From 4ef86d8a1f494caa1e136ff78f9ea258d01164b1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 16 十月 2025 09:28:44 +0800 Subject: [PATCH] Merge branch 'master' into dev-1.1.2 --- apps/cMiniApp/project.config.json | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/cMiniApp/project.config.json b/apps/cMiniApp/project.config.json index 1d057ff..a7a541b 100644 --- a/apps/cMiniApp/project.config.json +++ b/apps/cMiniApp/project.config.json @@ -3,8 +3,8 @@ "description": "", "setting": { "urlCheck": false, - "es6": true, - "enhance": true, + "es6": false, + "enhance": false, "postcss": false, "preloadBackgroundData": false, "minified": false, @@ -37,7 +37,11 @@ "showES6CompileOption": false, "useCompilerPlugins": false, "ignoreUploadUnusedFiles": true, - "condition": false + "condition": false, + "compileWorklet": false, + "localPlugins": false, + "swc": false, + "disableSWC": true }, "compileType": "miniprogram", "editorSetting": { @@ -46,10 +50,11 @@ }, "srcMiniprogramRoot": "dist/", "condition": {}, - "libVersion": "3.1.0", + "libVersion": "3.10.0", "packOptions": { "ignore": [], "include": [] }, - "appid": "wxb9e0baf4f87aa0de" + "appid": "wxb9e0baf4f87aa0de", + "simulatorPluginLibVersion": {} } \ No newline at end of file -- Gitblit v1.9.1