1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-08 13:58:11 +08:00
ContextOS/usr/client/mp/project.config.json
2019-02-27 09:32:23 +08:00

51 lines
792 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": 0,
"list": [
{
"id": -1,
"name": "note",
"pathName": "pages/note/note",
"scene": null
}
]
}
}
}