mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 14:04:06 +01:00
This commit is contained in:
parent
3f6418bf49
commit
68f346f47d
6 changed files with 22 additions and 20 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -836,7 +836,9 @@ interface IAVView {
|
|||
type: TAVView;
|
||||
icon: string;
|
||||
hideAttrViewName: boolean;
|
||||
pageSize: number,
|
||||
pageSize: number;
|
||||
showIcon: boolean;
|
||||
wrapField: boolean;
|
||||
}
|
||||
|
||||
interface IAVTable extends IAVView {
|
||||
|
|
@ -853,8 +855,6 @@ interface IAVGallery extends IAVView {
|
|||
cardSize: number; // 0:小卡片,1:中卡片,2:大卡片
|
||||
cardAspectRatio: number;
|
||||
fitImage: boolean;
|
||||
showIcon: boolean;
|
||||
wrapField: boolean;
|
||||
cards: IAVGalleryItem[],
|
||||
desc: string
|
||||
fields: IAVColumn[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue