From b2476c6fa6cd5321fe73793a64441ec53ae9cce1 Mon Sep 17 00:00:00 2001 From: sjchen <13418980720@163.com> Date: Sat, 28 Jun 2025 18:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ET620=E7=9A=84=E6=89=8B?= =?UTF-8?q?=E8=A1=A8=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 3 +++ project.config.json | 12 +++++++++--- project.private.config.json | 21 +++++++++++++++++++-- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index ce56547..a21f410 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,12 @@ { "pages": [ + + "pages/sjchen/sjchen", "index/index", "ecg/index", "ecg2/index" ], + "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", diff --git a/project.config.json b/project.config.json index b5c94f9..752701d 100644 --- a/project.config.json +++ b/project.config.json @@ -30,7 +30,12 @@ "checkInvalidKey": true, "useStaticServer": true, "showES6CompileOption": false, - "useCompilerPlugins": false + "useCompilerPlugins": false, + "compileWorklet": false, + "localPlugins": false, + "condition": false, + "swc": false, + "disableSWC": true }, "compileType": "miniprogram", "condition": {}, @@ -38,10 +43,11 @@ "tabIndent": "insertSpaces", "tabSize": 2 }, - "libVersion": "3.6.4", + "libVersion": "3.8.9", "packOptions": { "ignore": [], "include": [] }, - "appid": "wxb761a6f5c6200ed8" + "appid": "wxb761a6f5c6200ed8", + "simulatorPluginLibVersion": {} } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 8769ddd..8dbd83a 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -2,7 +2,24 @@ "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "projectname": "2203_bluetooth", "setting": { - "compileHotReLoad": true + "compileHotReLoad": 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, + "bigPackageSizeSupport": false, + "useIsolateContext": true }, - "libVersion": "3.8.9" + "libVersion": "3.8.9", + "condition": {} } \ No newline at end of file