mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202
This commit is contained in:
parent
520d7496f2
commit
c2dba92f4d
5 changed files with 86 additions and 45 deletions
|
|
@ -53,6 +53,9 @@ type Box struct {
|
|||
SortMode int `json:"sortMode"`
|
||||
Closed bool `json:"closed"`
|
||||
|
||||
NewFlashcardCount int `json:"newFlashcardCount"`
|
||||
DueFlashcardCount int `json:"dueFlashcardCount"`
|
||||
|
||||
historyGenerated int64 // 最近一次历史生成时间
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue