This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
forked from chenyongze/OnceLove
-
Notifications
You must be signed in to change notification settings - Fork 21
/
app.json
70 lines (70 loc) · 1.68 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
64
65
66
67
68
69
70
{
"pages": [
"pages/index/index",
"pages/photos/index",
"pages/map/index",
"pages/bless/index",
"pages/chat/index",
"pages/poster/index",
"pages/navigation/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/navigation/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/chat/index",
"iconPath": "images/5-1.png",
"selectedIconPath": "images/5-2.png",
"text": "留言评论"
}
]
},
"requiredBackgroundModes": [
"audio"
],
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将被用来导航至婚宴酒店"
}
},
"plugins": {
"myPlugin": {
"version": "1.0.6",
"provider": "wx5bc2ac602a747594"
}
}
}