1
0
forked from x/ContextOS
ContextOS/usr/client/mp/project.config.json
2019-03-03 09:48:21 +08:00

59 lines
941 B
JSON

{
"description": "Project configuration file",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false
},
"compileType": "miniprogram",
"libVersion": "2.5.1",
"appid": "wxf4e5104d83476ed6",
"projectname": "mp",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 1,
"list": [
{
"id": 0,
"name": "note",
"pathName": "pages/note/note",
"query": "model=note",
"scene": null
},
{
"id": -1,
"name": "list",
"pathName": "pages/list/list",
"query": "",
"scene": null
}
]
}
}
}