mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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
c2dba92f4d
commit
883c08810e
3 changed files with 48 additions and 47 deletions
|
|
@ -55,6 +55,7 @@ type Box struct {
|
|||
|
||||
NewFlashcardCount int `json:"newFlashcardCount"`
|
||||
DueFlashcardCount int `json:"dueFlashcardCount"`
|
||||
FlashcardCount int `json:"flashcardCount"`
|
||||
|
||||
historyGenerated int64 // 最近一次历史生成时间
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue