🎨 Supports multiple views for the database https://github.com/siyuan-note/siyuan/issues/9751

This commit is contained in:
Daniel 2023-12-01 09:48:20 +08:00
parent 5f04af1afe
commit 3f5e49cec6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 89 additions and 0 deletions

View file

@ -546,6 +546,7 @@ type ValueCheckbox struct {
// View 描述了视图的结构。
type View struct {
ID string `json:"id"` // 视图 ID
Icon string `json:"icon"` // 视图图标
Name string `json:"name"` // 视图名称
LayoutType LayoutType `json:"type"` // 当前布局类型