Vanessa 2025-08-21 10:50:42 +08:00
parent 6e6522d56a
commit 557f4866d5
9 changed files with 143 additions and 71 deletions

View file

@ -69,6 +69,7 @@ type TOperation =
| "hideAttrViewGroup"
| "sortAttrViewGroup"
| "foldAttrViewGroup"
| "setDisplayFieldName"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
@ -879,6 +880,7 @@ interface IAVGallery extends IAVView {
coverFromAssetKeyID?: string;
cardSize: number; // 0小卡片1中卡片2大卡片
cardAspectRatio: number;
displayFieldName: boolean;
fitImage: boolean;
cards: IAVGalleryItem[],
desc: string