forked from YuTongNetworkTechnology/wechat_live
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (34 loc) · 980 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"pages": [
"pages/live/index",
"pages/public/register_wx",
"pages/live/detail",
"pages/personal/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "购物直播",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#898989",
"selectedColor": "#ff6775",
"backgroundColor": "#ffffff",
"borderStyle": "#f8f8f8",
"list": [
{
"pagePath": "pages/live/index",
"iconPath": "image/home-none.png",
"selectedIconPath": "image/home-curr.png",
"text": "直播"
},
{
"pagePath": "pages/personal/index",
"iconPath": "image/my-none.png",
"selectedIconPath": "image/my-curr.png",
"text": "我的"
}
]
}
}