mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0a4ec98408
1 changed files with 4 additions and 4 deletions
|
|
@ -82,10 +82,10 @@ type KeySelectOption struct {
|
|||
}
|
||||
|
||||
type Value struct {
|
||||
ID string `json:"id"`
|
||||
KeyID string `json:"keyID"`
|
||||
BlockID string `json:"blockID"`
|
||||
Type KeyType `json:"type"`
|
||||
ID string `json:"id,omitempty"`
|
||||
KeyID string `json:"keyID,omitempty"`
|
||||
BlockID string `json:"blockID,omitempty"`
|
||||
Type KeyType `json:"type,omitempty"`
|
||||
|
||||
Block *ValueBlock `json:"block,omitempty"`
|
||||
Text *ValueText `json:"text,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue