-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 1.07 KB
/
config.json
File metadata and controls
43 lines (43 loc) · 1.07 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
43
{
"username": "学号",
"password": "密码",
"courses": {
"通识选修课": [
{
"课程名称": "国学雅集",
"课程性质": "人文经典与人文修养",
"课程归属": "通识选修一般课",
"课程代码": "C1292016",
"上课时间": ""
},
{
"课程名称": "文学与人生",
"课程性质": "人文经典与人文修养",
"课程归属": "通识选修一般课",
"课程代码": "C1292030",
"上课时间": ""
}
],
"普通理论课": [
{
"课程名称": "编译原理",
"课程性质": "专业必修",
"课程代码": "A0504020",
"上课时间": "",
"教师名称": ""
}
],
"体育课": [
{
"课程名称": "羽毛球",
"课程代码": "T1300020",
"教师姓名": "",
"上课时间": ""
}
]
},
"from_email": "发送通知的邮箱",
"from_email_psw": "发送通知的邮箱的密码",
"to_email": "接收通知的邮箱",
"delay": 5
}