mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
This commit is contained in:
parent
6e6522d56a
commit
557f4866d5
9 changed files with 143 additions and 71 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue