🎨 Add "Content block" option in the preview area of the database gallery view https://github.com/siyuan-note/siyuan/issues/15155

This commit is contained in:
Daniel 2025-07-04 10:33:18 +08:00
parent e82fb3a3cf
commit cdc631da7f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 33 additions and 13 deletions

View file

@ -77,6 +77,7 @@ const (
CoverFromNone CoverFrom = iota // 无封面
CoverFromContentImage // 内容图
CoverFromAssetField // 资源字段
CoverFromContentBlock // 内容块
)
// ViewGalleryCardField 描述了画廊卡片字段的结构。