mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
11feb97194
commit
8d71b64ca9
2 changed files with 66 additions and 37 deletions
|
|
@ -51,9 +51,9 @@ const (
|
|||
)
|
||||
|
||||
type RelativeDate struct {
|
||||
Count int // 数量
|
||||
Unit RelativeDateUnit // 单位:0 天、1 周、2 月、3 年
|
||||
Direction RelativeDateDirection // 方向:-1 前、0 这、1 后
|
||||
Count int `json:"count"` // 数量
|
||||
Unit RelativeDateUnit `json:"unit"` // 单位:0 天、1 周、2 月、3 年
|
||||
Direction RelativeDateDirection `json:"direction"` // 方向:-1 前、0 这、1 后
|
||||
}
|
||||
|
||||
type FilterOperator string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue