This commit is contained in:
Daniel 2025-06-30 20:40:22 +08:00
parent cbcb047f0f
commit 66fb119e1a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 14 additions and 1 deletions

View file

@ -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 描述了画廊实例卡片的结构。