-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
56 lines (56 loc) · 1.39 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
50
51
52
53
54
55
56
{
"cloud": true,
"pages": [
"pages/index/index",
"pages/photos/index",
"pages/map/index",
"pages/bless/index",
"pages/chat/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-2.png",
"selectedIconPath": "images/1-1.png",
"text": "邀请函"
},
{
"pagePath": "pages/photos/index",
"iconPath": "images/2-2.png",
"selectedIconPath": "images/2-1.png",
"text": "甜蜜相册"
},
{
"pagePath": "pages/map/index",
"iconPath": "images/3-2.png",
"selectedIconPath": "images/3-1.png",
"text": "酒店导航"
},
{
"pagePath": "pages/bless/index",
"iconPath": "images/4-2.png",
"selectedIconPath": "images/4-1.png",
"text": "好友祝福"
},
{
"pagePath": "pages/chat/index",
"iconPath": "images/5-2.png",
"selectedIconPath": "images/5-1.png",
"text": "留言评论"
}
]
},
"sitemapLocation": "sitemap.json"
}