mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
🎨 Update av
This commit is contained in:
parent
44db6a8d5f
commit
3d06802abb
1 changed files with 1 additions and 3 deletions
|
|
@ -17,8 +17,6 @@
|
|||
package av
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/88250/gulu"
|
||||
"github.com/88250/lute/ast"
|
||||
)
|
||||
|
|
@ -77,7 +75,7 @@ type ValueNumber struct {
|
|||
}
|
||||
|
||||
type ValueDate struct {
|
||||
Content time.Time `json:"content"`
|
||||
Content int64 `json:"content"`
|
||||
}
|
||||
|
||||
type ValueSelect struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue