|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
|
- "description": "项目配置文件",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
"ignore": [
|
|
|
{
|
|
|
- "type": "folder",
|
|
|
- "value": "/minitest"
|
|
|
+ "value": "/minitest",
|
|
|
+ "type": "folder"
|
|
|
}
|
|
|
],
|
|
|
"include": []
|
|
@@ -45,21 +45,13 @@
|
|
|
"minifyWXML": false,
|
|
|
"showES6CompileOption": false,
|
|
|
"useCompilerPlugins": false,
|
|
|
- "ignoreUploadUnusedFiles": false
|
|
|
+ "ignoreUploadUnusedFiles": false,
|
|
|
+ "useStaticServer": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.23.4",
|
|
|
"appid": "wxcc1cdb8babd3f62c",
|
|
|
"projectname": "%E9%A3%9E%E7%A0%81",
|
|
|
- "debugOptions": {
|
|
|
- "hidedInDevtools": []
|
|
|
- },
|
|
|
- "scripts": {},
|
|
|
- "staticServerOptions": {
|
|
|
- "baseURL": "",
|
|
|
- "servePath": ""
|
|
|
- },
|
|
|
- "isGameTourist": false,
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
"list": []
|
|
@@ -79,5 +71,9 @@
|
|
|
"miniprogram": {
|
|
|
"list": []
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|