feat: 统一全局界面风格为浅色绿色主题

将个人中心、引导页从深色主题改为浅绿渐变主题,与首页、统计、AI助手、记录页保持一致的视觉风格。更新 App.vue 全局样式和 pages.json 导航栏配色。

Made-with: Cursor
This commit is contained in:
nepiedg
2026-03-03 22:56:36 +08:00
parent 68874cf893
commit 7fa691bbaf
4 changed files with 75 additions and 60 deletions
+3 -3
View File
@@ -46,8 +46,8 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "戒烟助手",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F9FAFB",
"navigationBarBackgroundColor": "#F0FDF4",
"backgroundColor": "#F0FDF4",
"backgroundColorTop": "#D1FAE5",
"backgroundColorBottom": "#FFFFFF"
},
@@ -55,7 +55,7 @@
"color": "#9CA3AF",
"selectedColor": "#10B981",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",