feat: 亮色主题改为深底亮卡现代设计-参考Linear设计系统
This commit is contained in:
@@ -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": "探索"},
|
||||
|
||||
Reference in New Issue
Block a user