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