mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-31 04:35:16 +01:00
✨ Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
cbcb047f0f
commit
66fb119e1a
4 changed files with 14 additions and 1 deletions
|
|
@ -97,6 +97,8 @@ type Gallery struct {
|
|||
Fields []*GalleryField `json:"fields"` // 画廊字段
|
||||
Cards []*GalleryCard `json:"cards"` // 画廊卡片
|
||||
CardCount int `json:"cardCount"` // 画廊总卡片数
|
||||
|
||||
Groups []*Gallery `json:"groups,omitempty"` // 分组实例列表
|
||||
}
|
||||
|
||||
// GalleryCard 描述了画廊实例卡片的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue