🎨 支持笔记本设置独立的排序规则 https://github.com/siyuan-note/siyuan/issues/3623

This commit is contained in:
Liang Ding 2023-02-04 16:31:20 +08:00
parent 4103b380ab
commit 72a8132775
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 10 additions and 0 deletions

View file

@ -68,4 +68,5 @@ const (
SortModeSizeDESC // 12文件大小降序
SortModeSubDocCountASC // 13子文档数升序
SortModeSubDocCountDESC // 14子文档数降序
SortModeFileTree // 15使用文档树排序规则
)