mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 12:11:49 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
399ba36d04
@ -17,8 +17,6 @@
|
|||||||
package av
|
package av
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
|
||||||
|
|
||||||
"github.com/88250/gulu"
|
"github.com/88250/gulu"
|
||||||
"github.com/88250/lute/ast"
|
"github.com/88250/lute/ast"
|
||||||
)
|
)
|
||||||
@ -77,7 +75,7 @@ type ValueNumber struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ValueDate struct {
|
type ValueDate struct {
|
||||||
Content time.Time `json:"content"`
|
Content int64 `json:"content"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ValueSelect struct {
|
type ValueSelect struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user