From c2a7c83fd241612fd20be696d70ebe4e33f94e73 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Fri, 4 Jul 2025 10:34:20 +0800 Subject: [PATCH] :art: Add "Content block" option in the preview area of the database gallery view https://github.com/siyuan-note/siyuan/issues/15155 --- app/src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 3dbece0e2..61cd61155 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -850,7 +850,7 @@ interface IAVTable extends IAVView { } interface IAVGallery extends IAVView { - coverFrom: number; // 0:无,1:内容图,2:资源字段 + coverFrom: number; // 0:无,1:内容图,2:资源字段,3:内容块 coverFromAssetKeyID?: string; cardSize: number; // 0:小卡片,1:中卡片,2:大卡片 cardAspectRatio: number;