mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 改进闪卡存储数据结构,支持一个块对应多张闪卡 https://github.com/siyuan-note/siyuan/issues/7417
This commit is contained in:
parent
7bceb8e641
commit
127327060f
2 changed files with 31 additions and 47 deletions
|
|
@ -60,6 +60,8 @@ type Block struct {
|
|||
Sort int `json:"sort"`
|
||||
Created string `json:"created"`
|
||||
Updated string `json:"updated"`
|
||||
|
||||
RiffCardID string `json:"riffCardID"`
|
||||
}
|
||||
|
||||
func (block *Block) IsContainerBlock() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue