|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
- "description": "项目配置文件",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": true,
|
|
@@ -39,46 +40,31 @@
|
|
|
"disableUseStrict": false,
|
|
|
"showES6CompileOption": false,
|
|
|
"useCompilerPlugins": false,
|
|
|
- "minifyWXML": true
|
|
|
+ "minifyWXML": true,
|
|
|
+ "useStaticServer": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.11.1",
|
|
|
"appid": "wxa2bf334720c47626",
|
|
|
"projectname": "env-pc",
|
|
|
- "debugOptions": {
|
|
|
- "hidedInDevtools": []
|
|
|
- },
|
|
|
- "isGameTourist": false,
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
"condition": {
|
|
|
- "plugin": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "gamePlugin": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
"miniprogram": {
|
|
|
"list": [
|
|
|
{
|
|
|
- "id": 0,
|
|
|
"name": "pages/index/index",
|
|
|
"pathName": "pages/index/index",
|
|
|
"query": "",
|
|
|
"scene": null
|
|
|
},
|
|
|
{
|
|
|
- "id": -1,
|
|
|
"name": "pages/adjust/index",
|
|
|
"pathName": "pages/adjust/index",
|
|
|
"query": "",
|
|
|
"scene": null
|
|
|
},
|
|
|
{
|
|
|
- "id": -1,
|
|
|
"name": "pages/detail/index",
|
|
|
"pathName": "pages/detail/index",
|
|
|
"query": "",
|
|
@@ -104,5 +90,9 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|