feat:修改练习字帖生产逻辑

This commit is contained in:
R524809
2025-10-29 17:45:12 +08:00
parent 643a7e23e7
commit c4f27f2125
13 changed files with 141224 additions and 60061 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface CharacterItem {
character: string;
strokes: string[];
}