-
Notifications
You must be signed in to change notification settings - Fork 11
/
app.json
47 lines (47 loc) · 1.33 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"pages":[
"pages/index/index",
"pages/liwushuo/main/main",
"pages/liwushuo/bangdan/bangdan",
"pages/liwushuo/fenlei/fenlei",
"pages/liwushuo/wode/wode",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#058",
"navigationBarTitleText": "礼物说首页",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#f00",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/liwushuo/main/main",
"text": "首页",
"iconPath": "images/ic_tab_home_normal.png",
"selectedIconPath": "images/ic_tab_home_selected.png"
},
{
"pagePath": "pages/liwushuo/bangdan/bangdan",
"iconPath": "images/ic_tab_gift_normal.png",
"selectedIconPath": "images/ic_tab_gift_selected.png",
"text": "榜单"
},
{
"pagePath": "pages/liwushuo/fenlei/fenlei",
"iconPath": "images/ic_tab_category_normal.png",
"selectedIconPath": "images/ic_tab_category_selected.png",
"text": "分类"
},
{
"pagePath": "pages/liwushuo/wode/wode",
"iconPath": "images/ic_tab_profile_normal.png",
"selectedIconPath": "images/ic_tab_profile_selected.png",
"text": "我的"
}
]
}
}