47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/person-detail/person-detail",
|
|
"pages/add-person/add-person",
|
|
"pages/add-anniversary/add-anniversary",
|
|
"pages/calendar/calendar",
|
|
"pages/settings/settings"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "生日提醒",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#3cc51f",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/images/home.png",
|
|
"selectedIconPath": "/images/home-active.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/calendar/calendar",
|
|
"iconPath": "/images/calendar.png",
|
|
"selectedIconPath": "/images/calendar-active.png",
|
|
"text": "日历"
|
|
},
|
|
{
|
|
"pagePath": "pages/settings/settings",
|
|
"iconPath": "/images/settings.png",
|
|
"selectedIconPath": "/images/settings-active.png",
|
|
"text": "设置"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|
|
|