mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 闪卡管理添加复习次数、卡片总数及路径优化 https://github.com/siyuan-note/siyuan/issues/7761
This commit is contained in:
parent
7e5058690e
commit
5fca475702
2 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ type Block struct {
|
|||
Created string `json:"created"`
|
||||
Updated string `json:"updated"`
|
||||
|
||||
RiffCardID string `json:"riffCardID"`
|
||||
RiffCardID string `json:"riffCardID"`
|
||||
RiffCardReps uint64 `json:"riffCardReps"`
|
||||
}
|
||||
|
||||
func (block *Block) IsContainerBlock() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue