fix: 亮色主题增强配色对比度+nginx部署修复

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