ebca42c34e
从 TabBar 移除 AI 助手入口,首页隐藏 AI 提示卡片。保留首页、统计、记录、我的四个核心 Tab,聚焦记录与数据功能优先上线。 Made-with: Cursor
88 lines
1.6 KiB
JSON
88 lines
1.6 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^smoke-record-dialog$": "@/components/smoke-record-dialog/smoke-record-dialog.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/stats/index",
|
|
"style": {
|
|
"navigationBarTitleText": "数据统计分析"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ai/index",
|
|
"style": {
|
|
"navigationBarTitleText": "AI戒烟助手"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/logs/index",
|
|
"style": {
|
|
"navigationBarTitleText": "历史记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/onboarding/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "戒烟助手",
|
|
"navigationBarBackgroundColor": "#F0FDF4",
|
|
"backgroundColor": "#F0FDF4",
|
|
"backgroundColorTop": "#D1FAE5",
|
|
"backgroundColorBottom": "#FFFFFF"
|
|
},
|
|
"tabBar": {
|
|
"color": "#9CA3AF",
|
|
"selectedColor": "#10B981",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "",
|
|
"selectedIconPath": ""
|
|
},
|
|
{
|
|
"pagePath": "pages/stats/index",
|
|
"text": "统计",
|
|
"iconPath": "",
|
|
"selectedIconPath": ""
|
|
},
|
|
{
|
|
"pagePath": "pages/logs/index",
|
|
"text": "记录",
|
|
"iconPath": "",
|
|
"selectedIconPath": ""
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "",
|
|
"selectedIconPath": ""
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|