mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 04:40:15 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15523
This commit is contained in:
parent
31667b0964
commit
e871f4913f
2 changed files with 22 additions and 2 deletions
|
|
@ -200,7 +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"` // 分组排序值
|
||||
GroupSort int `json:"groupSort"` // 分组排序值,用于手动排序
|
||||
}
|
||||
|
||||
// GetGroupValue 获取分组视图的分组值。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue