mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
🎨 Add date type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8692
This commit is contained in:
parent
c9d9a79ebb
commit
04d0d563de
1 changed files with 3 additions and 2 deletions
|
|
@ -182,8 +182,9 @@ func Round(val float64, precision int) float64 {
|
|||
}
|
||||
|
||||
type ValueDate struct {
|
||||
Content int64 `json:"content"`
|
||||
Content2 int64 `json:"content2"`
|
||||
Content int64 `json:"content"`
|
||||
Content2 int64 `json:"content2"`
|
||||
HasEndDate bool `json:"hasEndDate"`
|
||||
}
|
||||
|
||||
type ValueSelect struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue