mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
🎨 编辑器支持属性视图 - 表格 https://github.com/siyuan-note/siyuan/issues/7536
This commit is contained in:
parent
6b086ed1d3
commit
832f31cbb3
6 changed files with 111 additions and 56 deletions
|
|
@ -17,13 +17,6 @@
|
|||
package av
|
||||
|
||||
type Cell struct {
|
||||
ID string `json:"id"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
||||
type CellBlock struct {
|
||||
*Cell
|
||||
}
|
||||
|
||||
func NewCellBlock(blockID string) *CellBlock {
|
||||
return &CellBlock{&Cell{Value: blockID}}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue