mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
🎨 Update av
This commit is contained in:
parent
86c177e03c
commit
550b4bcae7
2 changed files with 17 additions and 7 deletions
|
|
@ -30,12 +30,12 @@ type Cell struct {
|
|||
}
|
||||
|
||||
type Value struct {
|
||||
Block *ValueBlock `json:"block"`
|
||||
Text *ValueText `json:"text"`
|
||||
Number *ValueNumber `json:"number"`
|
||||
Date *ValueDate `json:"date"`
|
||||
Select *ValueSelect `json:"select"`
|
||||
MSelect []*ValueSelect `json:"mSelect"`
|
||||
Block *ValueBlock `json:"block,omitempty"`
|
||||
Text *ValueText `json:"text,omitempty"`
|
||||
Number *ValueNumber `json:"number,omitempty"`
|
||||
Date *ValueDate `json:"date,omitempty"`
|
||||
Select *ValueSelect `json:"select,omitempty"`
|
||||
MSelect []*ValueSelect `json:"mSelect,omitempty"`
|
||||
}
|
||||
|
||||
func (value *Value) ToJSONString() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue