mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
🎨 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:
parent
dbdf3c15a9
commit
807f0df86f
4 changed files with 16 additions and 12 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue