fix: 亮色主题全新配色(蓝紫)+趋势筛选换行+所有页面硬编码替换为CSS变量

This commit is contained in:
Yuzhiran Dev
2026-07-11 16:48:04 +08:00
parent 8149d2a93c
commit 8b06017d02
11 changed files with 131 additions and 127 deletions
+8 -8
View File
@@ -20,18 +20,18 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宇之然AI维度",
"navigationBarBackgroundColor": "#f5f5f7",
"backgroundColor": "#f5f5f7",
"backgroundColorTop": "#f5f5f7",
"backgroundColorBottom": "#f5f5f7",
"navigationBarBackgroundColor": "#f0f2f8",
"backgroundColor": "#f0f2f8",
"backgroundColorTop": "#f0f2f8",
"backgroundColorBottom": "#f0f2f8",
"app-plus": {
"background": "#f5f5f7"
"background": "#f0f2f8"
}
},
"tabBar": {
"color": "rgba(0,0,0,0.35)",
"selectedColor": "#7c4dff",
"backgroundColor": "#ffffff",
"color": "rgba(99,102,241,0.4)",
"selectedColor": "#6366f1",
"backgroundColor": "#f0f2f8",
"borderStyle": "white",
"list": [
{"pagePath": "pages/index/index", "text": "探索"},