mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 22:14:06 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
ecd8dd66b9
commit
5c95e9870a
2 changed files with 32 additions and 3 deletions
|
|
@ -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 描述了画廊实例卡片字段的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue