Skip to content

Commit

Permalink
fix: 修复错别字
Browse files Browse the repository at this point in the history
修复错别字:将“可见”修改为“课间”
  • Loading branch information
user111192 authored Aug 24, 2024
1 parent b43d1b0 commit cef6790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{ // 上课类型
"StartSecond": "2024-05-25T08:00:00", // 开始时间(日期保持前后一致即可,不必特定)
"EndSecond": "2024-05-25T08:45:00", // 结束时间 同上
"TimeType": 0, // 0上课 1可见 2分割
"TimeType": 0, // 0上课 1课间 2分割
"IsHideDefault": false, // 默认隐藏
"DefaultClassId": "", // 默认课程的UUID
"AttachedObjects": { // 课程额外设置
Expand Down Expand Up @@ -279,4 +279,4 @@
"TempClassPlanId": null, // 临时课表UUID
"TempClassPlanSetupTime": "2024-05-25T09:10:50.2392558+08:00", // 临时课表启用时间 一般只考虑日期
"IsActive": false
}
}

0 comments on commit cef6790

Please sign in to comment.