修改2025.9.23

This commit is contained in:
2025-09-23 12:47:06 +08:00
parent 1cc9bfb8ab
commit 19085f6875
5 changed files with 10 additions and 4 deletions

View File

@@ -10,8 +10,11 @@
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f5f7fa"
"navigationBarBackgroundColor": "#f5f7fa",
"darkmode": false
},
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents"
"lazyCodeLoading": "requiredComponents",
"darkmode": false
}