feat: add word import and class type display controls
Build Docker Package / docker-package (push) Successful in 6m34s
Build Docker Package / docker-package (push) Successful in 6m34s
This commit is contained in:
@@ -4,8 +4,10 @@ export type Grade = "小班" | "中班" | "大班";
|
||||
|
||||
export type ClassType = {
|
||||
id: number;
|
||||
grade: Grade;
|
||||
name: string;
|
||||
enabled: boolean;
|
||||
showCurrentWord: boolean;
|
||||
};
|
||||
|
||||
export type WordItem = {
|
||||
|
||||
Reference in New Issue
Block a user