Files
lunar-mini/mini/app.json
T
gouki ce7d5ecdc7
Publish Mini Program Dev Version / publish (push) Successful in 59s
fix: tabBar 超过5个上限,移除设置 tab 改为首页入口
2026-08-07 00:33:59 +00:00

63 lines
1.7 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/calendar/calendar",
"pages/day-detail/day-detail",
"pages/bazi/bazi",
"pages/fortune/fortune",
"pages/divination/divination",
"pages/solar-terms/solar-terms",
"pages/settings/settings",
"pages/wish-tree/wish-tree",
"pages/wish-detail/wish-detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#C41E3A",
"navigationBarTitleText": "万年历",
"navigationBarTextStyle": "white",
"backgroundColor": "#FFFBF5"
},
"tabBar": {
"color": "#9E8E7E",
"selectedColor": "#C41E3A",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png"
},
{
"pagePath": "pages/calendar/calendar",
"text": "日历",
"iconPath": "images/calendar.png",
"selectedIconPath": "images/calendar-active.png"
},
{
"pagePath": "pages/bazi/bazi",
"text": "八字",
"iconPath": "images/bazi.png",
"selectedIconPath": "images/bazi-active.png"
},
{
"pagePath": "pages/fortune/fortune",
"text": "运势",
"iconPath": "images/fortune.png",
"selectedIconPath": "images/fortune-active.png"
},
{
"pagePath": "pages/wish-tree/wish-tree",
"text": "许愿",
"iconPath": "images/wish.png",
"selectedIconPath": "images/wish-active.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}