-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.57 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
48
{
"pages": [
"pages/index/index",
"pages/main/home/home",
"pages/main/detail/home-detail",
"pages/invitation/invitation",
"pages/blessing/blessing",
"pages/mine/mine",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#CD96CD",
"navigationBarTextStyle": "white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/main/home/home",
"iconPath": "images/tabbar/ic_home_normal.png",
"selectedIconPath": "images/tabbar/ic_home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/invitation/invitation",
"iconPath": "images/tabbar/ic_nav_normal.png",
"selectedIconPath": "images/tabbar/ic_nav_selected.png",
"text": "导航"
},
{
"pagePath": "pages/blessing/blessing",
"iconPath": "images/tabbar/ic_blessing_normal.png",
"selectedIconPath": "images/tabbar/ic_blessing_selected.png",
"text": "祝福"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "images/tabbar/ic_mine_normal.png",
"selectedIconPath": "images/tabbar/ic_mine_selected.png",
"text": "我的"
}
],
"position": "bottom",
"selectedColor": "#CD96CD",
"backgroundColor": "#fff",
"color": "#5f5f5f"
}
}