This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
57 lines (54 loc) · 1.54 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
{
"pages":[
"pages/index/index",
"pages/index/jw/timetable/index",
"pages/index/jw/timetable/old/index",
"pages/index/jw/score/index",
"pages/index/jw/score/last-semester/index",
"pages/index/jw/score/entry-password/index",
"pages/index/telephone-book/index",
"pages/index/telephone-book/group/index",
"pages/index/telephone-book/search/index",
"pages/index/telephone-book/detail/index",
"pages/news/index",
"pages/more/index",
"pages/more/account/index",
"pages/more/about/index",
"pages/more/readme/index",
"pages/web-view/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#67d19d",
"navigationBarTitleText": "掌上忻师",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#444",
"selectedColor": "#67d19d",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "images/tab-bar/index.png",
"selectedIconPath": "images/tab-bar/index-selected.png"
},
{
"pagePath": "pages/news/index",
"text": "资讯",
"iconPath": "images/tab-bar/news.png",
"selectedIconPath": "images/tab-bar/news-selected.png"
},
{
"pagePath": "pages/more/index",
"text": "更多",
"iconPath": "images/tab-bar/more.png",
"selectedIconPath": "images/tab-bar/more-selected.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}