mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 反链面板支持文档排序 https://github.com/siyuan-note/insider/issues/1086
This commit is contained in:
parent
7388c0d2a7
commit
e34e7fe217
4 changed files with 64 additions and 3 deletions
|
|
@ -76,6 +76,9 @@ type Path struct {
|
|||
Children []*Path `json:"children,omitempty"` // 子路径节点
|
||||
Depth int `json:"depth"` // 层级深度
|
||||
Count int `json:"count"` // 子块计数
|
||||
|
||||
Updated string `json:"updated"` // 更新时间
|
||||
Created string `json:"created"` // 创建时间
|
||||
}
|
||||
|
||||
func RecentUpdatedBlocks() (ret []*Block) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue