-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 1.11 KB
/
app.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"pages":[
"pages/index/index",
"pages/index/select/select",
"pages/index/chapter/chapter",
"pages/index/practice/practice",
"pages/index/browse/browse",
"pages/me/me",
"pages/me/donate/donate",
"pages/me/contact/contact",
"pages/me/developers/developers",
"pages/me/manual/manual",
"pages/me/mywrongs/mywrongs",
"pages/me/mycollections/mycollections",
"pages/me/select_course/select_course",
"pages/me/browse_wc/browse_wc"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#333333",
"navigationBarTitleText": "工大思政课",
"navigationBarTextStyle":"white"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "思政课",
"iconPath": "images/public/icon_index_normal.png",
"selectedIconPath": "images/public/icon_index_selected.png"
}, {
"pagePath": "pages/me/me",
"text": "我",
"iconPath": "images/public/icon_me_normal.png",
"selectedIconPath": "images/public/icon_me_selected.png"
}],
"selectedColor": "#59d6e1",
"color": "#909090"
}
}