mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
fb66a57551
commit
b58b33f795
2 changed files with 20 additions and 4 deletions
|
|
@ -257,6 +257,9 @@ func NewGalleryView() (ret *View) {
|
|||
Sorts: []*ViewSort{},
|
||||
PageSize: GalleryViewDefaultPageSize,
|
||||
},
|
||||
CoverFrom: CoverFromContentImage,
|
||||
CardSize: CardSizeMedium,
|
||||
ShowIcon: true,
|
||||
},
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue