feat: 祈福小助手万年历小程序第一期
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"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/settings/settings",
|
||||
"text": "设置",
|
||||
"iconPath": "images/settings.png",
|
||||
"selectedIconPath": "images/settings-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
Reference in New Issue
Block a user