🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-03 09:52:47 +08:00
parent 259b37b881
commit dc1ea4894b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -238,7 +238,7 @@ type View struct {
GroupSort int `json:"groupSort"` // 分组排序值,用于手动排序
}
// ViewData 用于序列化视图数据到前端
// ViewData 用于序列化视图数据到前端
type ViewData struct {
ID string `json:"id"`
Icon string `json:"icon"`