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/6749
This commit is contained in:
parent
4f25021884
commit
3e2bddf5d8
2 changed files with 22 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ type Block struct {
|
|||
Children []*Block `json:"children"`
|
||||
Depth int `json:"depth"`
|
||||
Count int `json:"count"`
|
||||
Sort int `json:"sort"`
|
||||
}
|
||||
|
||||
func (block *Block) IsContainerBlock() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue