mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/14511
This commit is contained in:
parent
aaf1d9896a
commit
de8eb72393
6 changed files with 35 additions and 36 deletions
|
|
@ -374,7 +374,7 @@ func (value *Value) GetValByType(typ KeyType) (ret interface{}) {
|
|||
}
|
||||
|
||||
type ValueBlock struct {
|
||||
ID string `json:"id"`
|
||||
ID string `json:"id"` // 绑定的块 ID,非绑定块时为空
|
||||
Icon string `json:"icon"`
|
||||
Content string `json:"content"`
|
||||
Created int64 `json:"created"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue