Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-04 11:07:42 +08:00
parent c72f2b0167
commit d4c46ebaa2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 36 additions and 0 deletions

View file

@ -31,6 +31,8 @@ type LayoutKanban struct {
FitImage bool `json:"fitImage"` // 是否适应封面图片大小
DisplayFieldName bool `json:"displayFieldName"` // 是否显示字段名称
FillColBackgroundColor bool `json:"fillColBackgroundColor"` // 是否填充列背景颜色
Fields []*ViewKanbanField `json:"fields"` // 字段
}