forked from 996-699/996.699
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
46 lines (46 loc) · 1.08 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
44
45
46
{
"pages": [
"pages/699/index/index",
"pages/699/clock/clock",
"pages/699/user/index"
],
"networkTimeout": {
"request": 6000,
"downloadFile": 6000
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "699cn",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于存证加班位置"
}
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"list": [
{
"text": "存证",
"pagePath": "pages/699/index/index",
"iconPath": "static/icon/1.png",
"selectedIconPath": "static/icon/1s.png"
},
{
"text": "定时",
"pagePath": "pages/699/clock/clock",
"iconPath": "static/icon/2.png",
"selectedIconPath": "static/icon/2s.png"
},
{
"text": "我的",
"pagePath": "pages/699/user/index",
"iconPath": "static/icon/4.png",
"selectedIconPath": "static/icon/4s.png"
}
]
}
}