mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
This commit is contained in:
parent
96d891011c
commit
d7fcf3cbe1
2 changed files with 17 additions and 7 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -183,6 +183,9 @@ interface INotebook {
|
|||
closed: boolean
|
||||
icon: string
|
||||
sort: number
|
||||
dueFlashcardCount?: string;
|
||||
newFlashcardCount?: string;
|
||||
flashcardCount?: string;
|
||||
sortMode: number
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue