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",
"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": {}
}