mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 21:08:49 +01:00
Improve API listDocsByPath param sort (#8156)
* `listDocsByPath` API `sort` param backend * `listDocsByPath` API `sort` param frontend * `listDocsByPath` API `sort` param
This commit is contained in:
parent
cb527d7765
commit
6b62a69299
8 changed files with 21 additions and 22 deletions
|
|
@ -69,4 +69,6 @@ const (
|
|||
SortModeSubDocCountASC // 13:子文档数升序
|
||||
SortModeSubDocCountDESC // 14:子文档数降序
|
||||
SortModeFileTree // 15:使用文档树排序规则
|
||||
|
||||
SortModeUnassigned = 256 // 256:未指定排序规则,按照笔记本优先于文档树获取排序规则
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue