-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (51 loc) · 1.3 KB
/
app.json
File metadata and controls
52 lines (51 loc) · 1.3 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
{
"pages": [
"pages/map/map",
"pages/mine/mine",
"pages/forum/forum",
"pages/index/index",
"pages/a1/a1",
"pages/openup/openup",
"pages/frisbee/frisbee",
"pages/openuplong/openuplong",
"pages/banner2/banner2",
"pages/banner3/banner3"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Xinitiative小程序",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"selectedColor": "#73d0f4",
"backgroundColor": "#FFFAF0",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "resources/images/home.png",
"selectedIconPath": "resources/images/home_filled.png",
"text": "首页"
},
{
"pagePath": "pages/map/map",
"iconPath": "resources/images/map.png",
"selectedIconPath": "resources/images/map_filled.png",
"text": "探店"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "resources/images/me.png",
"selectedIconPath": "resources/images/me_filled.png",
"text": "我的"
}
]
}
}