| 123456789101112131415161718192021222324252627282930313233343536 | {  "description": "项目配置文件。",  "packOptions": {    "ignore": []  },  "setting": {    "urlCheck": false,    "es6": true,    "postcss": false,    "minified": false,    "newFeature": true,    "bigPackageSizeSupport": true  },  "compileType": "miniprogram",  "libVersion": "",  "appid": "touristappid",  "projectname": "project2",  "condition": {    "search": {      "current": -1,      "list": []    },    "conversation": {      "current": -1,      "list": []    },    "game": {      "current": -1,      "list": []    },    "miniprogram": {      "current": -1,      "list": []    }  }}
 |