-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathapp.json
63 lines (63 loc) · 1.52 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
57
58
59
60
61
62
63
{
"pages": [
"pages/index/index",
"pages/photos/index",
"pages/map/index",
"pages/bless/index",
"pages/comment/index",
"pages/user/index"
],
"requiredBackgroundModes": [
"audio"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Just Married",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#6C6C6C",
"selectedColor": "#E8515B",
"borderStyle": "black",
"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/bless/index",
"iconPath": "images/4-1.png",
"selectedIconPath": "images/4-2.png",
"text": "好友祝福"
},
{
"pagePath": "pages/comment/index",
"iconPath": "images/5-1.png",
"selectedIconPath": "images/5-2.png",
"text": "留言评论"
}
]
},
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
},
"style": "v2"
}