styleday/project.config.json
2020-02-14 23:17:01 +08:00

45 lines
788 B
JSON

{
"description": "项目配置文件",
"cloud": true,
"cloudfunctionRoot": "cloudfunctions/",
"miniprogramRoot": "miniprogram/",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false
},
"compileType": "miniprogram",
"libVersion": "2.5.0",
"appid": "wx0df150c438e4c8f0",
"projectname": "styleDay",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}