This commit is contained in:
Daniel 2025-06-09 22:10:05 +08:00
parent ecd8dd66b9
commit 5c95e9870a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 32 additions and 3 deletions

View file

@ -72,7 +72,8 @@ type GalleryCard struct {
ID string `json:"id"` // 卡片 ID
Values []*GalleryFieldValue `json:"values"` // 卡片字段值
CoverURL string `json:"coverURL"` // 卡片封面超链接
CoverURL string `json:"coverURL"` // 卡片封面超链接
CoverContent string `json:"coverContent"` // 卡片封面文本内容
}
// GalleryField 描述了画廊实例卡片字段的结构。