mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 搜索支持排序 Fix https://github.com/siyuan-note/siyuan/issues/6766
This commit is contained in:
parent
4eb276b89c
commit
d8236681a5
2 changed files with 52 additions and 15 deletions
|
|
@ -56,6 +56,8 @@ type Block struct {
|
|||
Depth int `json:"depth"`
|
||||
Count int `json:"count"`
|
||||
Sort int `json:"sort"`
|
||||
Created string `json:"created"`
|
||||
Updated string `json:"updated"`
|
||||
}
|
||||
|
||||
func (block *Block) IsContainerBlock() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue