2020-02-14 23:10:24 +08:00

38 lines
955 B
JSON

{
"pages": [
"pages/login/login",
"pages/mine/mine",
"pages/show/show",
"pages/create/create",
"pages/index/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#fff",
"color": "#fff",
"backgroundColor": "#0b1315",
"position": "bottom",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "./images/tabbar/home.png",
"selectedIconPath": "./images/tabbar/homeSelect.png"
},
{
"pagePath": "pages/mine/mine",
"text": "个人中心",
"iconPath": "./images/tabbar/mine.png",
"selectedIconPath": "./images/tabbar/mineSelect.png"
}
]
},
"sitemapLocation": "sitemap.json"
}