-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
59 lines (59 loc) · 1.75 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
{
"pages": [
"pages/index/index",
"pages/clubs/clubs",
"pages/club/club",
"pages/my/my",
"pages/info/info",
"pages/info/activity_detail",
"pages/info/new_detail",
"pages/info/activity_apply",
"pages/login/login",
"pages/log/log",
"pages/my/myfollow",
"pages/my/mycollect",
"pages/my/myclub",
"pages/myinfo/myinfo",
"pages/myinfo/myinfo_detail",
"pages/my/myapply",
"pages/search/search",
"pages/login/secret"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#000000",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/image/index.png",
"selectedIconPath": "/image/index_active.png",
"text": "首页"
},
{
"pagePath": "pages/clubs/clubs",
"iconPath": "/image/clubs.png",
"selectedIconPath": "/image/clubs_active.png",
"text": "社团"
},
{
"pagePath": "pages/info/info",
"iconPath": "/image/activity.png",
"selectedIconPath": "/image/activity_active.png",
"text": "动态"
},
{
"pagePath": "pages/my/my",
"iconPath": "/image/my.png",
"selectedIconPath": "/image/my_active.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}