mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
♻️ Refactor av data structure
This commit is contained in:
parent
f68857fda5
commit
cb73513941
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ type View struct {
|
|||
ID string `json:"id"` // 视图 ID
|
||||
Name string `json:"name"` // 视图名称
|
||||
|
||||
CurrentLayoutID string `json:"CurrentLayoutID"` // 当前布局 ID
|
||||
CurrentLayoutID string `json:"currentLayoutID"` // 当前布局 ID
|
||||
CurrentLayoutType LayoutType `json:"type"` // 当前布局类型
|
||||
Table *LayoutTable `json:"table,omitempty"` // 表格布局
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue