1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.6.2",
- "appid": "wx18494553a568fbd1",
- "projectname": "%E5%AE%B6%E5%B1%85%E6%83%A0302",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|