-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 1.12 KB
/
app.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"pages":[
"pages/index/index",
"pages/about/about",
"pages/notice_detail/notice_detail",
"pages/sub/sub",
"pages/about/log/log",
"pages/about/disclaimer/disclaimer",
"pages/about/question/question"
],
"window":{
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#2684fe",
"navigationBarTitleText": "南工info",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#2684fe",
"list": [{
"pagePath": "pages/index/index",
"text": "校园通知",
"iconPath": "images/notice.png",
"selectedIconPath": "images/notice-active.png"
},
{
"pagePath": "pages/sub/sub",
"text": "订阅",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-active.png"
},
{
"pagePath": "pages/about/about",
"text": "关于",
"iconPath": "images/about.png",
"selectedIconPath": "images/about-active.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}