From e4dfd0ae1118a04e8b4cf8b75e972e6b55195f0a Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Sat, 31 Jan 2026 09:17:57 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=94=B9=E4=BA=86project.config.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/project.config.json b/project.config.json index 776d6c4..2ff4f15 100644 --- a/project.config.json +++ b/project.config.json @@ -7,7 +7,7 @@ "setting": { "urlCheck": true, "es6": true, - "enhance": true, + "enhance": false, "postcss": true, "preloadBackgroundData": false, "minified": true, @@ -39,27 +39,19 @@ "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, - "condition": true, - "swc": false, - "disableSWC": true, + "compileWorklet": false, "minifyWXML": true, - "compileWorklet": true, "localPlugins": false, "disableUseStrict": false, - "useCompilerPlugins": false + "useCompilerPlugins": false, + "condition": false, + "swc": false, + "disableSWC": true }, "compileType": "miniprogram", - "libVersion": "2.16.1", + "libVersion": "3.12.0", "appid": "wx29215aa1bd97bbd6", "projectname": "uniapp", - "debugOptions": { - "hidedInDevtools": [] - }, - "scripts": {}, - "staticServerOptions": { - "baseURL": "", - "servePath": "" - }, "isGameTourist": false, "condition": { "search": { @@ -80,5 +72,7 @@ "miniprogram": { "list": [] } - } + }, + "simulatorPluginLibVersion": {}, + "editorSetting": {} } \ No newline at end of file