-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
95 lines (91 loc) · 3.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"pages":[
"pages/home/home",
"pages/activities/activities",
"pages/shortcuts/shortcuts",
"pages/join_us/join_us",
"pages/home/manual",
"pages/home/announcement",
"pages/home/honggui",
"pages/home/cssa_struct/cssa_struct",
"pages/home/shortcuts/umd_home/homepage",
"pages/home/shortcuts/umd_home/Academic_Calendar",
"pages/home/shortcuts/umd_home/Campus_Map",
"pages/home/shortcuts/course_registration/Testudo",
"pages/home/shortcuts/course_registration/Schdule_of_Classes",
"pages/home/shortcuts/course_registration/Registration_Status",
"pages/home/shortcuts/course_registration/Registration",
"pages/home/shortcuts/course_registration/Waitlist",
"pages/home/shortcuts/course_registration/Student_Schedule",
"pages/home/shortcuts/degree_related/Testudo",
"pages/home/shortcuts/degree_related/Degree_Audit",
"pages/home/shortcuts/degree_related/Enrollment",
"pages/home/shortcuts/degree_related/Unofficial_Transcript",
"pages/home/shortcuts/degree_related/Transcript",
"pages/home/shortcuts/dining_and_housing/dining",
"pages/home/shortcuts/dining_and_housing/student_portal_d",
"pages/home/shortcuts/dining_and_housing/dining_plan",
"pages/home/shortcuts/dining_and_housing/dining_dollar",
"pages/home/shortcuts/dining_and_housing/terripin_express",
"pages/home/shortcuts/dining_and_housing/resident_life",
"pages/home/shortcuts/dining_and_housing/student_portal_rl",
"pages/home/shortcuts/dining_and_housing/oncampus",
"pages/home/shortcuts/dining_and_housing/offcampus",
"pages/home/shortcuts/health_related/health",
"pages/home/shortcuts/health_related/student_portal_h",
"pages/home/shortcuts/health_related/covid",
"pages/home/shortcuts/health_related/insurance",
"pages/home/shortcuts/school_facilities/library",
"pages/home/shortcuts/school_facilities/gym",
"pages/home/shortcuts/ISSS/isss",
"pages/home/shortcuts/ISSS/iterp",
"pages/home/shortcuts/ISSS/appointment",
"pages/activities/Trailers/trailer1",
"pages/activities/Trailers/trailer2",
"pages/activities/Trailers/trailer3",
"pages/activities/Passed/passed1",
"pages/activities/Passed/passed2",
"pages/activities/Passed/passed3",
"pages/home/policies/policy1",
"pages/home/policies/policy2",
"pages/home/policies/policy3",
"pages/home/policies/policy4",
"pages/home/policies/policy5",
"pages/home/news/news1",
"pages/home/news/news2",
"pages/home/news/news3",
"pages/home/news/news4",
"pages/home/news/news5"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#E03A3E",
"navigationBarTitleText": "UMD CSSA",
"navigationBarTextStyle":"black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar":{
"color": "#e6e6e6",
"selectedColor": "#E03A3E",
"backgroundColor": "#2c2c2c",
"list": [
{ "pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/home_default.png",
"selectedIconPath": "images/home_selected.png"},
{ "pagePath": "pages/activities/activities",
"text": "活动",
"iconPath": "images/activities_default.png",
"selectedIconPath": "images/activities_selected.png"},
{ "pagePath": "pages/shortcuts/shortcuts",
"text": "校园相关",
"iconPath": "images/shortcuts_default.png",
"selectedIconPath": "images/shortcuts_selected.png"},
{ "pagePath": "pages/join_us/join_us",
"text": "联系我们",
"iconPath": "images/join_us_default.png",
"selectedIconPath": "images/join_us_selected.png"}
]
}
}