廖雁生 vor 9 Monaten
Ursprung
Commit
1bcef5ee99
2 geänderte Dateien mit 13 neuen und 20 gelöschten Zeilen
  1. 6 20
      project.config.json
  2. 7 0
      project.private.config.json

+ 6 - 20
project.config.json

@@ -1,7 +1,8 @@
 {
   "description": "项目配置文件。",
   "packOptions": {
-    "ignore": []
+    "ignore": [],
+    "include": []
   },
   "setting": {
     "urlCheck": true,
@@ -36,55 +37,36 @@
   "libVersion": "2.8.1",
   "appid": "wx7379ad24baaaf660",
   "projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
-  "isGameTourist": false,
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},
   "condition": {
-    "search": {
-      "list": []
-    },
-    "conversation": {
-      "list": []
-    },
-    "plugin": {
-      "list": []
-    },
-    "game": {
-      "currentL": -1,
-      "list": []
-    },
     "miniprogram": {
       "list": [
         {
-          "id": 0,
           "name": "1047: 扫描小程序码",
           "pathName": "page/home/index",
           "query": "",
           "scene": 1047
         },
         {
-          "id": -1,
           "name": "page/findmore/index",
           "pathName": "page/findmore/index",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "page/home/deduct/deduct",
           "pathName": "page/home/deduct/deduct",
           "query": "",
           "scene": null
         },
         {
-          "id": -1,
           "name": "page/findmore/index",
           "pathName": "page/findmore/index",
           "query": "",
           "scene": null
         },
         {
-          "id": 4,
           "name": "1037: 从小程序进入",
           "pathName": "page/home/index",
           "query": "name=test",
@@ -96,5 +78,9 @@
         }
       ]
     }
+  },
+  "editorSetting": {
+    "tabIndent": "insertSpaces",
+    "tabSize": 2
   }
 }

+ 7 - 0
project.private.config.json

@@ -0,0 +1,7 @@
+{
+  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
+  "projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
+  "setting": {
+    "compileHotReLoad": true
+  }
+}