From 5ddf45951dc6d3a845fbac32efb5ee01d1bfb6b7 Mon Sep 17 00:00:00 2001 From: 17792275749 <812100002@qq.com> Date: Tue, 26 May 2026 19:03:30 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E9=A1=B9=E7=9B=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=BC=E5=BC=8F=E5=8C=96=EF=BC=8C=E8=A1=A5=E5=85=85?= =?UTF-8?q?=20condition=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- project.private.config.json | 39 +++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/project.private.config.json b/project.private.config.json index f907d6c..05fd8ea 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,21 +1,22 @@ { - "libVersion": "3.15.2", - "projectname": "bodyWeight", - "setting": { - "urlCheck": false, - "coverView": false, - "lazyloadPlaceholderEnable": false, - "skylineRenderEnable": true, - "preloadBackgroundData": false, - "autoAudits": false, - "useApiHook": true, - "showShadowRootInWxmlPanel": false, - "useStaticServer": false, - "useLanDebug": false, - "showES6CompileOption": false, - "compileHotReLoad": true, - "bigPackageSizeSupport": true, - "checkInvalidKey": true, - "ignoreDevUnusedFiles": true - } + "libVersion": "3.15.2", + "projectname": "bodyWeight", + "setting": { + "urlCheck": false, + "coverView": false, + "lazyloadPlaceholderEnable": false, + "skylineRenderEnable": true, + "preloadBackgroundData": false, + "autoAudits": false, + "useApiHook": true, + "showShadowRootInWxmlPanel": false, + "useStaticServer": false, + "useLanDebug": false, + "showES6CompileOption": false, + "compileHotReLoad": true, + "bigPackageSizeSupport": true, + "checkInvalidKey": true, + "ignoreDevUnusedFiles": true + }, + "condition": {} } \ No newline at end of file