File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 35
35
"name" : " " ,
36
36
"start" : " 2024-08-19T09:00:00+08:00" ,
37
37
"end" : " 2024-08-19T17:00:00+08:00"
38
- },
39
- {
40
- "type" : " Course Planning Exercise (CPEx)" ,
41
- "name" : " " ,
42
- "start" : " 2024-10-14T00:00:00+08:00" ,
43
- "end" : " 2024-10-18T23:59:59+08:00"
44
38
}
45
39
],
46
40
"Graduate" : [
79
73
"name" : " " ,
80
74
"start" : " 2024-08-19T09:00:00+08:00" ,
81
75
"end" : " 2024-08-19T17:00:00+08:00"
82
- },
83
- {
84
- "type" : " Course Planning Exercise (CPEx)" ,
85
- "name" : " " ,
86
- "start" : " 2024-10-14T00:00:00+08:00" ,
87
- "end" : " 2024-10-18T23:59:59+08:00"
88
76
}
89
77
]
90
- }
78
+ }
Original file line number Diff line number Diff line change 8
8
export const enableShortUrl = false ;
9
9
10
10
/** Enable Course Planning Exercise */
11
- export const enableCPEx = true ;
11
+ export const enableCPEx = false ;
12
12
13
- export const showCPExTab = true ;
13
+ export const showCPExTab = false ;
You can’t perform that action at this time.
0 commit comments