Vanessa 2023-05-09 09:57:48 +08:00
parent 96d891011c
commit d7fcf3cbe1
2 changed files with 17 additions and 7 deletions

View file

@ -183,6 +183,9 @@ interface INotebook {
closed: boolean
icon: string
sort: number
dueFlashcardCount?: string;
newFlashcardCount?: string;
flashcardCount?: string;
sortMode: number
}