fix: 亮色主题-加深背景层次感+加大饱和度

This commit is contained in:
Yuzhiran Dev
2026-07-11 17:13:52 +08:00
parent 1760668d0f
commit 8e8e3d5da2
3 changed files with 55 additions and 55 deletions
+6 -6
View File
@@ -20,16 +20,16 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宇之然AI维度",
"navigationBarBackgroundColor": "#f8f9fc",
"backgroundColor": "#f8f9fc",
"backgroundColorTop": "#f8f9fc",
"backgroundColorBottom": "#f8f9fc",
"navigationBarBackgroundColor": "#edeff3",
"backgroundColor": "#edeff3",
"backgroundColorTop": "#edeff3",
"backgroundColorBottom": "#edeff3",
"app-plus": {
"background": "#f8f9fc"
"background": "#edeff3"
}
},
"tabBar": {
"color": "rgba(0,0,0,0.3)",
"color": "rgba(0,0,0,0.35)",
"selectedColor": "#6366f1",
"backgroundColor": "#ffffff",
"borderStyle": "white",