-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
43 lines (43 loc) · 1.01 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
{
"pages": [
"pages/daka/daka",
"pages/center/center",
"pages/selfset/selfset",
"pages/record/record",
"pages/apply/apply",
"pages/passPict/passPict"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "健康打卡",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/daka/daka",
"text": "打卡",
"iconPath": "images/healthy2.png",
"selectedIconPath": "images/healthy1.png"
},
{
"pagePath": "pages/center/center",
"text": "我的",
"iconPath": "images/me2.png",
"selectedIconPath": "images/me1.png"
}
],
"backgroundColor": "#fff",
"color": "#000",
"selectedColor": "#0286f1"
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于健康打卡"
}
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}