mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 21:08:49 +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
cdc631da7f
commit
c2a7c83fd2
1 changed files with 1 additions and 1 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue