forked from pengMaster/marry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json.bak
57 lines (54 loc) · 1.44 KB
/
app.json.bak
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
49
50
51
52
53
54
55
56
57
{
"pages": [
"pages/splash/splash",
"pages/my/my",
"pages/bless/bless",
"pages/home/gridview/gridview",
"pages/home/home",
"pages/map/map",
"pages/my/aboutus/aboutus",
"pages/bless/blessDetail/blessDetail",
"pages/my/aboutProject/aboutProject",
"pages/test",
"pages/my/flow/flow"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#CD96CD",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "image/tab/ic_home_normal.png",
"selectedIconPath": "image/tab/ic_home_select.png",
"text": "首页"
},
{
"pagePath": "pages/map/map",
"iconPath": "image/tab/ic_nav_normal.png",
"selectedIconPath": "image/tab/ic_nav_select.png",
"text": "导航"
},
{
"pagePath": "pages/bless/bless",
"iconPath": "image/tab/ic_heart_normal.png",
"selectedIconPath": "image/tab/ic_heart_select.png",
"text": "祝福"
},
{
"pagePath": "pages/my/my",
"iconPath": "image/tab/meme-normal@2x.png",
"selectedIconPath": "image/tab/me-selected@2x.png",
"text": "我的"
}
],
"position": "bottom",
"selectedColor": "#CD96CD",
"backgroundColor": "#fff",
"color": "#5f5f5f"
},
"enablePullDownRefresh": false
}