fix: 亮色主题彻底重做-清爽白底+品牌色点缀+卡片阴影

This commit is contained in:
Yuzhiran Dev
2026-07-11 17:04:16 +08:00
parent 0a3bb0fcf8
commit 1760668d0f
3 changed files with 63 additions and 58 deletions
+7 -7
View File
@@ -20,18 +20,18 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宇之然AI维度",
"navigationBarBackgroundColor": "#e8ecf8",
"backgroundColor": "#e8ecf8",
"backgroundColorTop": "#e8ecf8",
"backgroundColorBottom": "#e8ecf8",
"navigationBarBackgroundColor": "#f8f9fc",
"backgroundColor": "#f8f9fc",
"backgroundColorTop": "#f8f9fc",
"backgroundColorBottom": "#f8f9fc",
"app-plus": {
"background": "#e8ecf8"
"background": "#f8f9fc"
}
},
"tabBar": {
"color": "rgba(99,102,241,0.4)",
"color": "rgba(0,0,0,0.3)",
"selectedColor": "#6366f1",
"backgroundColor": "#e8ecf8",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{"pagePath": "pages/index/index", "text": "探索"},