From f3afb88456f2fba4f1fa908dbceb7236adea5a9e Mon Sep 17 00:00:00 2001 From: kola-web Date: Mon, 16 Jun 2025 16:06:56 +0800 Subject: [PATCH] update --- project.config.json | 3 ++- project.private.config.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index a6a4f8d..435e027 100644 --- a/project.config.json +++ b/project.config.json @@ -27,7 +27,8 @@ "ignoreUploadUnusedFiles": true, "compileHotReLoad": false, "skylineRenderEnable": true, - "es6": true + "es6": true, + "condition": true }, "simulatorType": "wechat", "simulatorPluginLibVersion": {}, diff --git a/project.private.config.json b/project.private.config.json index 8e05015..c304bab 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,7 +3,8 @@ "projectname": "wutian-miniprogram", "setting": { "compileHotReLoad": true, - "urlCheck": true + "urlCheck": true, + "skylineRenderEnable": true }, "condition": { "miniprogram": { @@ -256,5 +257,5 @@ ] } }, - "libVersion": "3.7.7" + "libVersion": "3.8.2" } \ No newline at end of file