-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
63 lines (63 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"pages": [
"pages/start/start",
"pages/index/index",
"pages/my/my",
"pages/seek/seek",
"pages/about/about",
"pages/comNews/comNews",
"pages/community/community",
"pages/activelist/activelist",
"pages/noticelist/noticelist",
"pages/address/address",
"pages/repList/repList",
"pages/noticedetails/noticedetails",
"pages/add-address/add-address",
"pages/repDetails/repDetails",
"pages/repairs/repairs",
"pages/vote/vote",
"pages/voteSubject/voteSubject",
"pages/voteDetails/voteDetails",
"pages/player/player"
],
"window": {
"navigationBarBackgroundColor": "#F34A51",
"navigationBarTextStyle": "white",
"backgroundColor": "#F34A51",
"backgroundTextStyle": "light"
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index-hover.png"
},
{
"pagePath": "pages/vote/vote",
"text": "投票",
"iconPath": "images/cart.png",
"selectedIconPath": "images/cart-hover.png"
},
{
"pagePath": "pages/repairs/repairs",
"text": "报修",
"iconPath": "images/wuye.png",
"selectedIconPath": "images/wuye-hover.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-hover.png"
}
],
"color": "#666",
"selectedColor": "#f34a51",
"borderStyle": "black",
"backgroundColor": "#fff",
"position": "bottom"
},
"sitemapLocation": "sitemap.json"
}