157 lines
3.0 KiB
JSON
157 lines
3.0 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^smoke-record-dialog$": "@/components/smoke-record-dialog/smoke-record-dialog.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/mode-select/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/stats/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/stats-calendar/index",
|
|
"style": {
|
|
"navigationBarTitleText": "日历详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ai/index",
|
|
"style": {
|
|
"navigationBarTitleText": "AI 建议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ai_summary/index",
|
|
"style": {
|
|
"navigationBarTitleText": "AI 总结"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/logs/index",
|
|
"style": {
|
|
"navigationBarTitleText": "历史记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/share/index",
|
|
"style": {
|
|
"navigationBarTitleText": "戒烟分享"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/nsti/index",
|
|
"style": {
|
|
"navigationBarTitleText": "赛博尼古丁测试"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/nsti/test",
|
|
"style": {
|
|
"navigationBarTitleText": "人格测试"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/nsti/result",
|
|
"style": {
|
|
"navigationBarTitleText": "测试结果"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/quit-plan/index",
|
|
"style": {
|
|
"navigationBarTitleText": "戒烟计划"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/onboarding/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/dream-goals/index",
|
|
"style": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTitleText": "梦想清单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supervisor/index",
|
|
"style": {
|
|
"navigationBarTitleText": "监督人",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/supervisor/bind",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定监督",
|
|
"navigationStyle": "default"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "戒烟助手",
|
|
"navigationBarBackgroundColor": "#F5F7FB",
|
|
"backgroundColor": "#F5F7FB",
|
|
"backgroundColorTop": "#EEF3F8",
|
|
"backgroundColorBottom": "#FBFDFF"
|
|
},
|
|
"tabBar": {
|
|
"color": "#98A2B3",
|
|
"selectedColor": "#1AA37A",
|
|
"backgroundColor": "#F9FBFD",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/icons/home.png",
|
|
"selectedIconPath": "static/icons/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/stats/index",
|
|
"text": "统计",
|
|
"iconPath": "static/icons/stats.png",
|
|
"selectedIconPath": "static/icons/stats-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/logs/index",
|
|
"text": "记录",
|
|
"iconPath": "static/icons/logs.png",
|
|
"selectedIconPath": "static/icons/logs-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "static/icons/profile.png",
|
|
"selectedIconPath": "static/icons/profile-active.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|