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
3d50e40177
commit
fc4cadfd58
5 changed files with 44 additions and 36 deletions
|
|
@ -103,6 +103,7 @@ type Path struct {
|
|||
Children []*Path `json:"children,omitempty"` // 子路径节点
|
||||
Depth int `json:"depth"` // 层级深度
|
||||
Count int `json:"count"` // 子块计数
|
||||
Folded bool `json:"folded"` // 是否折叠
|
||||
|
||||
Updated string `json:"updated"` // 更新时间
|
||||
Created string `json:"created"` // 创建时间
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue