From 78ac2ed331386c86f9efaa6a8c607be079b8ec78 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期四, 28 八月 2025 21:16:00 +0800 Subject: [PATCH] 民勤修改需要登录 --- project.private.config.json | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/project.private.config.json b/project.private.config.json index fd2b01a..149d03e 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,7 +3,22 @@ "projectname": "irrigate_user", "setting": { "compileHotReLoad": true, - "urlCheck": true + "urlCheck": true, + "coverView": true, + "lazyloadPlaceholderEnable": false, + "skylineRenderEnable": false, + "preloadBackgroundData": false, + "autoAudits": false, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": true, + "useStaticServer": false, + "useLanDebug": false, + "showES6CompileOption": false, + "checkInvalidKey": true, + "ignoreDevUnusedFiles": true, + "bigPackageSizeSupport": false }, - "libVersion": "3.9.1" + "libVersion": "3.9.1", + "condition": {} } \ No newline at end of file -- Gitblit v1.8.0