feat: 亮色主题改为深底亮卡现代设计-参考Linear设计系统

This commit is contained in:
Yuzhiran Dev
2026-07-11 17:28:49 +08:00
parent 8e8e3d5da2
commit 6dc85281a5
3 changed files with 112 additions and 76 deletions
+9 -9
View File
@@ -18,20 +18,20 @@
{"path": "pages/profile/profile", "style": {"navigationBarTitleText": "我的", "navigationStyle": "custom"}}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "宇之然AI维度",
"navigationBarBackgroundColor": "#edeff3",
"backgroundColor": "#edeff3",
"backgroundColorTop": "#edeff3",
"backgroundColorBottom": "#edeff3",
"navigationBarBackgroundColor": "#1a1b26",
"backgroundColor": "#1a1b26",
"backgroundColorTop": "#1a1b26",
"backgroundColorBottom": "#1a1b26",
"app-plus": {
"background": "#edeff3"
"background": "#1a1b26"
}
},
"tabBar": {
"color": "rgba(0,0,0,0.35)",
"selectedColor": "#6366f1",
"backgroundColor": "#ffffff",
"color": "rgba(255,255,255,0.35)",
"selectedColor": "#818cf8",
"backgroundColor": "#1a1b26",
"borderStyle": "white",
"list": [
{"pagePath": "pages/index/index", "text": "探索"},