mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c7d764b111
commit
316de1fb43
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ type Kanban struct {
|
|||
FillColBackgroundColor bool `json:"fillColBackgroundColor"` // 是否填充列背景颜色
|
||||
Fields []*KanbanField `json:"fields"` // 卡片字段
|
||||
Cards []*KanbanCard `json:"cards"` // 卡片
|
||||
CardCount int `json:"rowCount"` // 总卡片数
|
||||
CardCount int `json:"cardCount"` // 总卡片数
|
||||
}
|
||||
|
||||
// KanbanCard 描述了看板实例卡片的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue