| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": true,
- "newFeature": true,
- "bigPackageSizeSupport": true
- },
- "compileType": "miniprogram",
- "libVersion": "",
- <<<<<<< HEAD
- "appid": "wx36b87a0820734de8",
- =======
- "appid": "wx90ad5ee96038c413",
- >>>>>>> b53250c80fab209f9c8ef79b7d9ca16abd04a782
- "projectname": "lookCourse_common_uniapp",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|