mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
259b37b881
commit
dc1ea4894b
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ type View struct {
|
|||
GroupSort int `json:"groupSort"` // 分组排序值,用于手动排序
|
||||
}
|
||||
|
||||
// ViewData 用于序列化视图数据到前端
|
||||
// ViewData 用于序列化视图数据到前端。
|
||||
type ViewData struct {
|
||||
ID string `json:"id"`
|
||||
Icon string `json:"icon"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue