-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (46 loc) · 1.06 KB
/
Copy pathapp.json
File metadata and controls
48 lines (46 loc) · 1.06 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
{
"pages": [
"pages/myhome/myhome",
"pages/index/index",
"pages/logs/logs",
"pages/abuotme/aboutme"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "十月",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#a492f4",
"selectedColor": "#d4237a",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath":"/img/home.png",
"selectedIconPath":"/img/homeactive.png"
},
{
"pagePath": "pages/myhome/myhome",
"text": "我家",
"iconPath":"/img/myhome.png",
"selectedIconPath":"/img/myhomeactive.png"
},
{
"pagePath": "pages/abuotme/aboutme",
"text": "我",
"iconPath":"/img/me.png",
"selectedIconPath":"/img/meactive.png"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}