Files
uni-fans-score/pages.json
T
2025-01-06 13:57:36 +08:00

78 lines
1.4 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "共享风扇"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/rent/index",
"style": {
"navigationBarTitleText": "扫码租借"
}
},
{
"path": "pages/return/index",
"style": {
"navigationBarTitleText": "扫码归还"
}
},
{
"path": "pages/deposit/index",
"style": {
"navigationBarTitleText": "押金管理"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "租借记录"
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "投诉与建议"
}
},
{
"path": "pages/help/index",
"style": {
"navigationBarTitleText": "帮助中心"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "共享风扇",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#1976D2",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/profile.png",
"selectedIconPath": "static/profile-active.png"
}
]
}
}