-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_schedule.json
More file actions
122 lines (122 loc) · 2.76 KB
/
example_schedule.json
File metadata and controls
122 lines (122 loc) · 2.76 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"name": "高等数学",
"teacher": "李教授",
"classroom": "教学楼A101",
"day": 0,
"start_section": 1,
"end_section": 2,
"color": "#FF9800",
"reminder": true,
"reminder_minutes": 10,
"id": "0_1_2_高等数学_李教授"
},
{
"name": "大学物理",
"teacher": "王教授",
"classroom": "实验楼B202",
"day": 0,
"start_section": 3,
"end_section": 4,
"color": "#2196F3",
"reminder": false,
"reminder_minutes": 10,
"id": "0_3_4_大学物理_王教授"
},
{
"name": "程序设计基础",
"teacher": "张老师",
"classroom": "计算机楼C303",
"day": 1,
"start_section": 1,
"end_section": 2,
"color": "#4CAF50",
"reminder": true,
"reminder_minutes": 15,
"id": "1_1_2_程序设计基础_张老师"
},
{
"name": "大学英语",
"teacher": "刘老师",
"classroom": "外语楼D101",
"day": 1,
"start_section": 5,
"end_section": 6,
"color": "#9C27B0",
"reminder": false,
"reminder_minutes": 10,
"id": "1_5_6_大学英语_刘老师"
},
{
"name": "马克思主义基本原理",
"teacher": "陈老师",
"classroom": "人文楼E201",
"day": 2,
"start_section": 3,
"end_section": 4,
"color": "#F44336",
"reminder": false,
"reminder_minutes": 10,
"id": "2_3_4_马克思主义基本原理_陈老师"
},
{
"name": "线性代数",
"teacher": "赵老师",
"classroom": "教学楼A202",
"day": 2,
"start_section": 7,
"end_section": 8,
"color": "#FFC107",
"reminder": true,
"reminder_minutes": 10,
"id": "2_7_8_线性代数_赵老师"
},
{
"name": "大学化学",
"teacher": "黄老师",
"classroom": "实验楼B101",
"day": 3,
"start_section": 2,
"end_section": 3,
"color": "#795548",
"reminder": false,
"reminder_minutes": 10,
"id": "3_2_3_大学化学_黄老师"
},
{
"name": "数据结构",
"teacher": "周老师",
"classroom": "计算机楼C203",
"day": 3,
"start_section": 6,
"end_section": 7,
"color": "#00BCD4",
"reminder": true,
"reminder_minutes": 15,
"id": "3_6_7_数据结构_周老师"
},
{
"name": "概率论与数理统计",
"teacher": "吴老师",
"classroom": "教学楼A301",
"day": 4,
"start_section": 1,
"end_section": 2,
"color": "#673AB7",
"reminder": false,
"reminder_minutes": 10,
"id": "4_1_2_概率论与数理统计_吴老师"
},
{
"name": "计算机网络",
"teacher": "郑老师",
"classroom": "计算机楼C101",
"day": 4,
"start_section": 4,
"end_section": 5,
"color": "#FF5722",
"reminder": true,
"reminder_minutes": 10,
"id": "4_4_5_计算机网络_郑老师"
}
]