mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🎨 Add number type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8690
This commit is contained in:
parent
1abe5dee96
commit
464a7a6aee
1 changed files with 2 additions and 1 deletions
|
|
@ -232,7 +232,8 @@ type ValueText struct {
|
|||
}
|
||||
|
||||
type ValueNumber struct {
|
||||
Content float64 `json:"content"`
|
||||
Content float64 `json:"content"`
|
||||
IsNotEmpty bool `json:"isNotEmpty"`
|
||||
}
|
||||
|
||||
type ValueDate struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue