1234567891011121314151617181920212223242526272829303132333435 |
- {
- "description": "项目配置文件。",
- "miniprogramRoot": "./",
- "setting": {
- "urlCheck": true,
- "postcss": true,
- "minified": true,
- "newFeature": false,
- "enhance": true,
- "useIsolateContext": true
- },
- "compileType": "game",
- "libVersion": "game",
- "appid": "",
- "projectname": "",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": [],
- "current": -1
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|