|
@@ -0,0 +1,50 @@
|
|
|
+{
|
|
|
+ "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
+ "projectname": "miniprogram-1",
|
|
|
+ "setting": {
|
|
|
+ "compileHotReLoad": true,
|
|
|
+ "urlCheck": true,
|
|
|
+ "coverView": true,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "skylineRenderEnable": false,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "autoAudits": false,
|
|
|
+ "useApiHook": true,
|
|
|
+ "useApiHostProcess": true,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "useStaticServer": false,
|
|
|
+ "useLanDebug": false,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "bigPackageSizeSupport": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "ignoreDevUnusedFiles": true
|
|
|
+ },
|
|
|
+ "libVersion": "3.8.11",
|
|
|
+ "condition": {
|
|
|
+ "miniprogram": {
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "name": "pages/home/home",
|
|
|
+ "pathName": "pages/home/home",
|
|
|
+ "query": "",
|
|
|
+ "scene": null,
|
|
|
+ "launchMode": "default"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pages/index/index",
|
|
|
+ "pathName": "pages/index/index",
|
|
|
+ "query": "",
|
|
|
+ "launchMode": "default",
|
|
|
+ "scene": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pages/logs/logs",
|
|
|
+ "pathName": "pages/logs/logs",
|
|
|
+ "query": "",
|
|
|
+ "launchMode": "default",
|
|
|
+ "scene": null
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|