feat:add shuffle mode

This commit is contained in:
Zyronon
2025-11-04 01:37:24 +08:00
parent 2752f13e72
commit 42608d6303
10 changed files with 259 additions and 104 deletions

View File

@@ -200,6 +200,7 @@ export interface TaskWords {
new: Word[],
review: Word[],
write: Word[],
shuffle: Word[],
}
export class DictId {