feat: 全站视觉焕新与悬浮玻璃 TabBar 迁移

This commit is contained in:
2026-08-07 23:29:19 +08:00
parent 19408e5a8c
commit 61f1217384
97 changed files with 4007 additions and 2024 deletions
+9 -9
View File
@@ -1,14 +1,14 @@
{
"light": {
"navBgColor": "#ffffff",
"navBgColor": "#faf7f2",
"navTxtStyle": "black",
"bgColor": "#ffffff",
"bgColor": "#faf7f2",
"bgTxtStyle": "dark",
"bgColorTop": "#ffffff",
"bgColorBottom": "#ffffff",
"tabBarColor": "#b08d8d",
"tabBarSelectedColor": "#ff9a9e",
"tabBarBgColor": "#ffffff",
"bgColorTop": "#faf7f2",
"bgColorBottom": "#faf7f2",
"tabBarColor": "#8a7e76",
"tabBarSelectedColor": "#d96c6a",
"tabBarBgColor": "#faf7f2",
"tabBarBorderStyle": "black"
},
"dark": {
@@ -18,8 +18,8 @@
"bgTxtStyle": "light",
"bgColorTop": "#191919",
"bgColorBottom": "#191919",
"tabBarColor": "#999999",
"tabBarSelectedColor": "#ff7eb3",
"tabBarColor": "#b3a79c",
"tabBarSelectedColor": "#f09198",
"tabBarBgColor": "#191919",
"tabBarBorderStyle": "white"
}