mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
🎨 Update av
This commit is contained in:
parent
9f27665804
commit
6a31d345ed
2 changed files with 26 additions and 24 deletions
|
|
@ -172,8 +172,10 @@ func (number *ValueNumber) FormatNumber() {
|
|||
|
||||
type ValueDate struct {
|
||||
Content int64 `json:"content"`
|
||||
Content2 int64 `json:"content2"`
|
||||
IsNotEmpty bool `json:"isNotEmpty"`
|
||||
HasEndDate bool `json:"hasEndDate"`
|
||||
Content2 int64 `json:"content2"`
|
||||
IsNotEmpty2 bool `json:"isNotEmpty2"`
|
||||
FormattedContent string `json:"formattedContent"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue