This commit is contained in:
myr1111
2020-01-09 09:46:20 +08:00
commit 07e6576a29
34 changed files with 277 additions and 0 deletions

48
project.config.json Normal file
View File

@@ -0,0 +1,48 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false,
"coverView": true
},
"compileType": "miniprogram",
<<<<<<< HEAD
"libVersion": "2.0.4",
"appid": "wxae4f3cb3357e0b55",
=======
"libVersion": "2.9.4",
"appid": "wx5766b7aac7c938b3",
>>>>>>> c5f771a59727db7ba1c64d41699c7724f4ed2d1c
"projectname": "car",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}