Browse Source

feat(福利go) 优化图片

xing.li 3 years ago
parent
commit
e966e56f58
2 changed files with 11 additions and 15 deletions
  1. 9 13
      project.config.json
  2. 2 2
      project.private.config.json

+ 9 - 13
project.config.json

@@ -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": []
@@ -46,21 +46,13 @@
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
     "ignoreUploadUnusedFiles": false,
-    "userConfirmedUseIsolateContext": false
+    "userConfirmedUseIsolateContext": false,
+    "useStaticServer": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.23.4",
   "appid": "wx4b18f42fd98d6bcd",
   "projectname": "saas%E7%A6%8F%E5%88%A9go",
-  "debugOptions": {
-    "hidedInDevtools": []
-  },
-  "scripts": {},
-  "staticServerOptions": {
-    "baseURL": "",
-    "servePath": ""
-  },
-  "isGameTourist": false,
   "condition": {
     "search": {
       "list": []
@@ -80,5 +72,9 @@
     "miniprogram": {
       "list": []
     }
+  },
+  "editorSetting": {
+    "tabIndent": "insertSpaces",
+    "tabSize": 2
   }
 }

+ 2 - 2
project.private.config.json

@@ -230,8 +230,8 @@
           "name": "",
           "pathName": "pages/welfareMall/activityInfo/activityInfo",
           "query": "activityId=o2QmBRGmPk-187",
-          "scene": null,
-          "launchMode": "default"
+          "launchMode": "default",
+          "scene": null
         }
       ]
     }