| 12345678910111213141516171819202122232425262728293031323334353637 | 
							- {
 
-   "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
 
-   "projectname": "%E7%BE%8E%E5%A4%A7E%E8%AE%A2%E5%8D%95",
 
-   "setting": {
 
-     "compileHotReLoad": true,
 
-     "urlCheck": false,
 
-     "autoAudits": false,
 
-     "coverView": true,
 
-     "lazyloadPlaceholderEnable": false,
 
-     "skylineRenderEnable": false,
 
-     "preloadBackgroundData": false,
 
-     "useApiHook": true,
 
-     "useApiHostProcess": true,
 
-     "showShadowRootInWxmlPanel": true,
 
-     "useStaticServer": false,
 
-     "useLanDebug": false,
 
-     "showES6CompileOption": false,
 
-     "checkInvalidKey": true,
 
-     "ignoreDevUnusedFiles": true,
 
-     "bigPackageSizeSupport": false,
 
-     "useIsolateContext": true
 
-   },
 
-   "libVersion": "3.9.2",
 
-   "condition": {
 
-     "miniprogram": {
 
-       "list": [
 
-         {
 
-           "name": "pages/index/index",
 
-           "pathName": "pages/index/index",
 
-           "query": "",
 
-           "scene": null,
 
-           "launchMode": "default"
 
-         }
 
-       ]
 
-     }
 
-   }
 
- }
 
 
  |