chore(config): 项目配置格式化,补充 condition 字段

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-05-26 19:03:30 +08:00
co-authored by Claude Sonnet 4.6
parent cc8dfb4f6e
commit 5ddf45951d
+20 -19
View File
@@ -1,21 +1,22 @@
{ {
"libVersion": "3.15.2", "libVersion": "3.15.2",
"projectname": "bodyWeight", "projectname": "bodyWeight",
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"coverView": false, "coverView": false,
"lazyloadPlaceholderEnable": false, "lazyloadPlaceholderEnable": false,
"skylineRenderEnable": true, "skylineRenderEnable": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"autoAudits": false, "autoAudits": false,
"useApiHook": true, "useApiHook": true,
"showShadowRootInWxmlPanel": false, "showShadowRootInWxmlPanel": false,
"useStaticServer": false, "useStaticServer": false,
"useLanDebug": false, "useLanDebug": false,
"showES6CompileOption": false, "showES6CompileOption": false,
"compileHotReLoad": true, "compileHotReLoad": true,
"bigPackageSizeSupport": true, "bigPackageSizeSupport": true,
"checkInvalidKey": true, "checkInvalidKey": true,
"ignoreDevUnusedFiles": true "ignoreDevUnusedFiles": true
} },
"condition": {}
} }