AI-accounting-soft-uniApp/pages.json
2025-12-12 16:49:06 +08:00

75 lines
1.7 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/add/add",
"style": {
"navigationBarTitleText": "添加账单"
}
},
{
"path": "pages/statistics/statistics",
"style": {
"navigationBarTitleText": "统计"
}
},
{
"path": "pages/bill/detail",
"style": {
"navigationBarTitleText": "编辑账单"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#667eea",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/add/add",
"iconPath": "static/tabbar/add.png",
"selectedIconPath": "static/tabbar/add-active.png",
"text": "记账"
},
{
"pagePath": "pages/statistics/statistics",
"iconPath": "static/tabbar/statistics.png",
"selectedIconPath": "static/tabbar/statistic-active.png",
"text": "统计"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "强宝爱记账",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}