Paooofuu/miniprogram/app.json

51 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/package-detail/index",
"pages/booking/index",
"pages/booking-confirm/index",
"pages/works/index",
"pages/my-bookings/index",
"pages/booking-detail/index",
"pages/example/index"
],
"window": {
"backgroundColor": "#FFF7F5",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FFF7F5",
"navigationBarTitleText": "摄影书主页",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"nav-bar": "/components/nav-bar/index"
},
"tabBar": {
"color": "#7A7A7A",
"selectedColor": "#FF4D8D",
"backgroundColor": "#FFFDFD",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "images/icons/home.png",
"selectedIconPath": "images/icons/home-active.png"
},
{
"pagePath": "pages/works/index",
"text": "作品集",
"iconPath": "images/icons/examples.png",
"selectedIconPath": "images/icons/examples-active.png"
},
{
"pagePath": "pages/my-bookings/index",
"text": "我的预约",
"iconPath": "images/icons/usercenter.png",
"selectedIconPath": "images/icons/usercenter-active.png"
}
]
},
"sitemapLocation": "sitemap.json",
"style": "v2",
"lazyCodeLoading": "requiredComponents"
}