Skip to content

Commit f6eb6da

Browse files
更新 README_zh.md
1 parent 8c2d9f5 commit f6eb6da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README_zh.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ usf.add_subject(schedule, {
8282
usf.save(schedule, "new_schedule.usf")
8383
```
8484

85-
## USF Format Specification
86-
USF data is structured as a compact array:
87-
- **name**: Course name (string)
88-
- **teacher**: Instructor name (string)
89-
- **location**: Classroom or venue (string)
90-
- **time**: List of tuples representing periods, e.g., `[(1, 2)]` means periods 1 and 2
91-
- **week**: `"all"`, `"even"`, or `"odd"`
92-
93-
Example JSON representation:
85+
## USF 格式规范
86+
USF 数据结构为一个紧凑的数组:
87+
- **name**: 课程名称 (string)
88+
- **teacher**: 教师姓名 (string)
89+
- **location**: 教室或场地 (string)
90+
- **time**: 时间段
91+
- **week**: `"所有周"`, `"奇数周"`, or `"偶数周"`
92+
93+
JSON 示例:
9494
```json
9595
{
9696
"version": 1,

0 commit comments

Comments
 (0)