This commit is contained in:
zyronon
2024-06-26 02:12:03 +08:00
parent ca9c806457
commit 6cf077bf2f
215 changed files with 898 additions and 694 deletions

View File

@@ -251,7 +251,7 @@ export function getDefaultDict(val = {}): Dict {
}
export interface Dict {
id: string,
id: any,
name: string,
lastLearnIndex: number,
perDayStudyNumber: number,