-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
63 lines (63 loc) · 1.66 KB
/
Copy pathapp.json
File metadata and controls
63 lines (63 loc) · 1.66 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
{
"pages": [
"pages/map/map",
"pages/publish/publish",
"pages/detail/detail",
"pages/admin/admin",
"pages/me/me",
"pages/my-posts/my-posts",
"pages/activities/activities",
"pages/feedback/feedback",
"pages/agreement/agreement",
"pages/privacy/privacy"
],
"window": {
"navigationBarTitleText": "街区任务",
"navigationBarBackgroundColor": "#173B33",
"navigationBarTextStyle": "white",
"backgroundColor": "#F4F1EA"
},
"tabBar": {
"custom": true,
"color": "#697970",
"selectedColor": "#1F6658",
"backgroundColor": "#FFFEFA",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/map/map",
"text": "地图",
"iconPath": "assets/icons/tab-map.png",
"selectedIconPath": "assets/icons/tab-map-active.png"
},
{
"pagePath": "pages/publish/publish",
"text": "发布",
"iconPath": "assets/icons/tab-publish.png",
"selectedIconPath": "assets/icons/tab-publish-active.png"
},
{
"pagePath": "pages/admin/admin",
"text": "管理",
"iconPath": "assets/icons/tab-admin.png",
"selectedIconPath": "assets/icons/tab-admin-active.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "assets/icons/tab-me.png",
"selectedIconPath": "assets/icons/tab-me-active.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "用于将当前位置作为查询中心检索附近任务,并发布当前位置"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"style": "v2",
"sitemapLocation": "sitemap.json"
}