diff --git a/project.config.json b/project.config.json index 2ca8433..0956fdd 100644 --- a/project.config.json +++ b/project.config.json @@ -46,10 +46,13 @@ ], "condition": false, "ignoreUploadUnusedFiles": true, - "swc": false + "swc": false, + "compileWorklet": false, + "localPlugins": false, + "disableSWC": true }, "compileType": "miniprogram", - "libVersion": "3.7.8", + "libVersion": "3.7.12", "appid": "wx1ad3deaff62aed21", "projectname": "miniprogram-starter", "condition": { @@ -105,5 +108,6 @@ "editorSetting": { "tabIndent": "insertSpaces", "tabSize": 2 - } + }, + "simulatorPluginLibVersion": {} } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 34a5699..ccab3ad 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,73 +1,25 @@ { "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "condition": { - "miniprogram": { - "list": [ - { - "name": "message", - "pathName": "pages/message/index", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "search", - "pathName": "pages/search/index", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "login", - "pathName": "pages/login/login", - "query": "", - "scene": null - }, - { - "name": "loginCode", - "pathName": "pages/loginCode/loginCode", - "query": "", - "scene": null - }, - { - "name": "my", - "pathName": "pages/my/index", - "query": "", - "scene": null - }, - { - "name": "info-edit", - "pathName": "pages/my/info-edit/index", - "query": "", - "scene": null - }, - { - "name": "dataCenter", - "pathName": "pages/dataCenter/index", - "query": "", - "scene": null - }, - { - "name": "release", - "pathName": "pages/release/index", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "setting", - "pathName": "pages/setting/index", - "query": "", - "launchMode": "default", - "scene": null - } - ] - } - }, + "condition": {}, "projectname": "patient-mini", "setting": { "compileHotReLoad": true, - "bigPackageSizeSupport": true + "bigPackageSizeSupport": true, + "urlCheck": true, + "coverView": true, + "lazyloadPlaceholderEnable": false, + "skylineRenderEnable": false, + "preloadBackgroundData": false, + "autoAudits": false, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": true, + "useStaticServer": true, + "useLanDebug": false, + "showES6CompileOption": false, + "checkInvalidKey": true, + "ignoreDevUnusedFiles": true, + "useIsolateContext": true }, "libVersion": "3.7.12" } \ No newline at end of file