This commit is contained in:
Daniel 2025-07-08 17:06:52 +08:00
parent 4e6365fe77
commit e4fb89ee0e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 54 additions and 10 deletions

View file

@ -192,6 +192,7 @@ type View struct {
ItemIDs []string `json:"itemIds,omitempty"` // 项目 ID 列表,用于维护所有项目
Group *ViewGroup `json:"group,omitempty"` // 分组规则
GroupUpdated int64 `json:"groupUpdated"` // 分组规则更新时间戳
Groups []*View `json:"groups,omitempty"` // 分组视图列表
GroupItemIDs []string `json:"groupItemIds,omitempty"` // 分组项目 ID 列表,用于维护分组中的所有项目
GroupCalc *GroupCalc `json:"groupCalc,omitempty"` // 分组计算规则