-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·56 lines (56 loc) · 1.4 KB
/
app.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.4 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
{
"pages": [
"pages/detections/detections",
"pages/index/index",
"pages/near/index",
"pages/lore/index",
"pages/addPlan/addPlan",
"pages/loreDetails/index",
"pages/recommendPlans/recommendPlans",
"pages/planDetail/planDetail",
"pages/planList/planList",
"pages/circle/circle",
"pages/postCircle/postCircle",
"pages/home/index"
],
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于查找附近门店"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/detections/detections",
"text": "首页",
"iconPath": "/img/index1.png",
"selectedIconPath": "/img/index2.png"
},
{
"pagePath": "pages/planList/planList",
"text": "计划",
"iconPath": "/img/plan1.png",
"selectedIconPath": "/img/plan2.png"
},
{
"pagePath": "pages/near/index",
"text": "周边",
"iconPath": "/img/near1.png",
"selectedIconPath": "/img/near2.png"
},
{
"pagePath": "pages/lore/index",
"text": "知识",
"iconPath": "/img/lore1.png",
"selectedIconPath": "/img/lore2.png"
}
]
},
"sitemapLocation": "sitemap.json"
}