mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve av grouping https://github.com/siyuan-note/siyuan/issues/15443
This commit is contained in:
parent
e2114dffd8
commit
7ac5b0010d
2 changed files with 5 additions and 5 deletions
|
|
@ -193,7 +193,7 @@ type View struct {
|
|||
ItemIDs []string `json:"itemIds,omitempty"` // 项目 ID 列表,用于维护所有项目
|
||||
|
||||
Group *ViewGroup `json:"group,omitempty"` // 分组规则
|
||||
GroupUpdated int64 `json:"groupUpdated"` // 分组规则更新时间戳
|
||||
GroupCreated int64 `json:"groupCreated"` // 分组生成时间戳
|
||||
Groups []*View `json:"groups,omitempty"` // 分组视图列表
|
||||
GroupItemIDs []string `json:"groupItemIds"` // 分组项目 ID 列表,用于维护分组中的所有项目
|
||||
GroupCalc *GroupCalc `json:"groupCalc,omitempty"` // 分组计算规则
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue