mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 03:58:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d7f56c2bb6
16 changed files with 47 additions and 14 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