forked from chenyongze/OnceLove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
49 lines (49 loc) · 1.45 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
49
{
"pages": [
"pages/index/index",
"pages/photos/index",
"pages/map/index",
"pages/bless/index",
"pages/chat/index",
"pages/poster/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Just Married",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#ccc",
"selectedColor": "#ff4c91",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/1-1.png",
"selectedIconPath": "images/1-2.png",
"text": "邀请函"
},
{
"pagePath": "pages/photos/index",
"iconPath": "images/2-1.png",
"selectedIconPath": "images/2-2.png",
"text": "新婚相册"
},
{
"pagePath": "pages/map/index",
"iconPath": "images/3-1.png",
"selectedIconPath": "images/3-2.png",
"text": "出席婚礼"
},
{
"pagePath": "pages/chat/index",
"iconPath": "images/5-1.png",
"selectedIconPath": "images/5-2.png",
"text": "祝福留言"
}
]
}
}