-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathapp.json
More file actions
67 lines (67 loc) · 1.74 KB
/
app.json
File metadata and controls
67 lines (67 loc) · 1.74 KB
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
{
"pages": [
"pages/index/index",
"pages/subscriber/subscriber",
"pages/sos-confirm/confirm",
"pages/profile/profile",
"pages/mine/mine",
"pages/interactive/detail",
"pages/register/register",
"pages/family/family",
"pages/interactives/list",
"pages/sos/sos",
"pages/qrcode/qrcode",
"pages/search/search",
"pages/detail/detail",
"pages/backidcard/back",
"pages/selfie/selfie",
"pages/frontidcard/front",
"pages/reservation/reservation",
"pages/suggestion/suggestion",
"pages/list/list",
"pages/bind-wechat/bind-wechat",
"pages/sos-map/map"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#e54d42",
"navigationBarTitleText": "至文掌上社区",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#e54d42",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "assets/images/home.png",
"selectedIconPath": "assets/images/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/sos/sos",
"iconPath": "assets/images/sos.png",
"selectedIconPath": "assets/images/sos-on.png",
"text": "紧急求助"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "assets/images/mine.png",
"selectedIconPath": "assets/images/mine-on.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于填写证件住址和求助人位置发送与显示。"
}
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"weui": true
}
}