NGTools/pages-config/tabBar.json

32 lines
801 B
JSON
Raw Normal View History

{
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
2025-11-23 14:30:00 +00:00
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/list.png",
"selectedIconPath": "static/tabbar/list_active.png",
"text": "首页"
2025-11-23 14:30:00 +00:00
}, {
"pagePath": "pages/cal/cal",
"iconPath": "static/tabbar/cal.png",
"selectedIconPath": "static/tabbar/cal_active.png",
"text": "计算"
}, {
"pagePath": "pages/info/info",
"iconPath": "static/tabbar/info.png",
"selectedIconPath": "static/tabbar/info_active.png",
"text": "资料"
}
2025-11-23 14:30:00 +00:00
, {
2025-11-23 14:30:00 +00:00
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me_active.png",
"text": "我的"
}
]
}
2025-11-23 14:30:00 +00:00
}s