🎨 The database primary key field displays the icon of the bound doc https://github.com/siyuan-note/siyuan/issues/13378

This commit is contained in:
Daniel 2024-12-09 11:55:29 +08:00
parent dbdf3c15a9
commit 807f0df86f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 16 additions and 12 deletions

View file

@ -371,6 +371,7 @@ func (value *Value) GetValByType(typ KeyType) (ret interface{}) {
type ValueBlock struct {
ID string `json:"id"`
Icon string `json:"icon"`
Content string `json:"content"`
Created int64 `json:"created"`
Updated int64 `json:"updated"`