-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
27 lines (27 loc) · 877 Bytes
/
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
{
"pages": [
"pages/index/index",
"pages/first_login/first_login",
"pages/logs/logs",
"pages/student/student",
"pages/student_index/student_index",
"pages/courser/courser",
"pages/information/information",
"pages/courser_info/courser_info",
"pages/about/about",
"pages/src/src",
"pages/teacher/teacher",
"pages/teacher_index/teacher_index",
"pages/courser_teacher/courser_teacher",
"pages/create_courser/create_courser",
"pages/teacher_class/teacher_class",
"pages/student_class/student_class",
"pages/modify_courser/modify_courser"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
}
}