mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
♻️ Gallery view renamed to Card view https://github.com/siyuan-note/siyuan/issues/15215
This commit is contained in:
parent
d7f56c2bb6
commit
1ab9b5c518
24 changed files with 141 additions and 85 deletions
|
|
@ -50,7 +50,7 @@ type ViewTableColumn struct {
|
|||
Calc *ColumnCalc `json:"calc,omitempty"` // 计算
|
||||
}
|
||||
|
||||
// Table 描述了表格实例的结构。
|
||||
// Table 描述了表格视图实例的结构。
|
||||
type Table struct {
|
||||
*BaseInstance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue