Passwd/project.config.json

46 lines
853 B
JSON
Raw Normal View History

2020-08-31 17:19:39 +00:00
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false,
"uglifyFileName": true
},
"appid": "wx252ae6ca7d168bf5",
"projectname": "%E5%AF%86%E7%A0%81%E8%AE%B0%E4%BA%8B%E6%9C%AC",
"libVersion": "2.2.5",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"id": -1,
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide"
}
]
}
}
}