mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
3a991f8075
commit
06abf29c27
6 changed files with 81 additions and 13 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -52,6 +52,7 @@ type TOperation =
|
|||
| "updateAttrViewColRollup"
|
||||
| "hideAttrViewName"
|
||||
| "setAttrViewCardSize"
|
||||
| "setAttrViewCardAspectRatio"
|
||||
| "setAttrViewCoverFrom"
|
||||
| "setAttrViewCoverFromAssetKeyID"
|
||||
| "setAttrViewFitImage"
|
||||
|
|
@ -850,6 +851,7 @@ interface IAVGallery extends IAVView {
|
|||
coverFrom: number; // 0:无,1:内容图,2:资源字段
|
||||
coverFromAssetKeyID?: string;
|
||||
cardSize: number; // 0:小卡片,1:中卡片,2:大卡片
|
||||
cardAspectRatio: number;
|
||||
fitImage: boolean;
|
||||
showIcon: boolean;
|
||||
wrapField: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue