🎨 改进闪卡存储数据结构,支持一个块对应多张闪卡 https://github.com/siyuan-note/siyuan/issues/7417

This commit is contained in:
Liang Ding 2023-02-24 23:24:40 +08:00
parent 7bceb8e641
commit 127327060f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 31 additions and 47 deletions

View file

@ -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 {