feat: save

This commit is contained in:
zyronon
2025-10-26 01:10:30 +08:00
parent f573016cd6
commit f7aebf7c75
3 changed files with 48 additions and 73 deletions

View File

@@ -191,9 +191,9 @@ export const SlideType = {
export interface PracticeData {
index: number,
words: any[],
wrongWords: any[],
excludeWords: any[],
words: Word[],
wrongWords: Word[],
excludeWords: string[],
}
export interface TaskWords {