🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202

This commit is contained in:
Liang Ding 2023-05-08 21:54:51 +08:00
parent 520d7496f2
commit c2dba92f4d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 86 additions and 45 deletions

View file

@ -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 // 最近一次历史生成时间
}