feat:fix dict list

This commit is contained in:
zyronon
2025-07-19 23:41:52 +08:00
parent 246f9f6dec
commit b10c861302
29 changed files with 1218 additions and 3603 deletions

View File

@@ -339,3 +339,9 @@ export const SlideType = {
HORIZONTAL: 0,
VERTICAL: 1,
}
export interface StudyData {
index: number,
words: any[],
wrongWords: any[],
}