init
This commit is contained in:
+87
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"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": "white",
|
||||
"navigationBarTitleText": "戒烟助手",
|
||||
"navigationBarBackgroundColor": "#0D1F17",
|
||||
"backgroundColor": "#0D1F17",
|
||||
"backgroundColorTop": "#0D1F17",
|
||||
"backgroundColorBottom": "#0D1F17"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#6B7280",
|
||||
"selectedColor": "#4ADE80",
|
||||
"backgroundColor": "#0D1F17",
|
||||
"borderStyle": "black",
|
||||
"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/ai/index",
|
||||
"text": "AI助手",
|
||||
"iconPath": "static/icons/ai.png",
|
||||
"selectedIconPath": "static/icons/ai-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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user