Vanessa 2025-06-17 19:14:00 +08:00
parent 3a991f8075
commit 06abf29c27
6 changed files with 81 additions and 13 deletions

View file

@ -52,6 +52,7 @@ type TOperation =
| "updateAttrViewColRollup"
| "hideAttrViewName"
| "setAttrViewCardSize"
| "setAttrViewCardAspectRatio"
| "setAttrViewCoverFrom"
| "setAttrViewCoverFromAssetKeyID"
| "setAttrViewFitImage"
@ -850,6 +851,7 @@ interface IAVGallery extends IAVView {
coverFrom: number; // 01内容图2资源字段
coverFromAssetKeyID?: string;
cardSize: number; // 0小卡片1中卡片2大卡片
cardAspectRatio: number;
fitImage: boolean;
showIcon: boolean;
wrapField: boolean;