123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false,
- "coverView": true,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.10.3",
- "appid": "wx73a2884ac24bad4d",
- "projectname": "miniprogram-2",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "gamePlugin": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": [
- {
- "id": -1,
- "name": "pages/index/index",
- "pathName": "pages/index/index",
- "scene": null
- }
- ]
- }
- }
- }
|