mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 Improve av https://github.com/siyuan-note/siyuan/issues/15490
This commit is contained in:
parent
580ecd617d
commit
eba15bb41a
2 changed files with 9 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ type View struct {
|
|||
GroupVal *Value `json:"groupVal,omitempty"` // 分组值
|
||||
GroupFolded bool `json:"groupFolded"` // 分组是否折叠
|
||||
GroupHidden int `json:"groupHidden"` // 分组是否隐藏,0:显示,1:空白隐藏,2:手动隐藏
|
||||
GroupSort int `json:"groupSort"` // 分组排序值
|
||||
}
|
||||
|
||||
// GetGroupValue 获取分组视图的分组值。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue