mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 03:58:07 +01:00
🎨 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:
parent
e82fb3a3cf
commit
cdc631da7f
2 changed files with 33 additions and 13 deletions
|
|
@ -77,6 +77,7 @@ const (
|
|||
CoverFromNone CoverFrom = iota // 无封面
|
||||
CoverFromContentImage // 内容图
|
||||
CoverFromAssetField // 资源字段
|
||||
CoverFromContentBlock // 内容块
|
||||
)
|
||||
|
||||
// ViewGalleryCardField 描述了画廊卡片字段的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue