Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
The columns of 字序表.csv has changed, so the load (and check) script in
build.py should be updated accordingly.
  • Loading branch information
syimyuzya committed Jan 23, 2025
1 parent 3a2166a commit 0f3b5fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ class 字序Row:
poem_字: str
sbgy_id: str
sbgy_字: str
ytenx_小韻內字序: str
ytenx_流水序: str
ytenx_字: str


def load_字序表() -> dict[tuple[str, str], 字序Row]:
Expand Down

0 comments on commit 0f3b5fa

Please sign in to comment.