mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 支持笔记本设置独立的排序规则 https://github.com/siyuan-note/siyuan/issues/3623
This commit is contained in:
parent
4103b380ab
commit
72a8132775
3 changed files with 10 additions and 0 deletions
|
|
@ -68,4 +68,5 @@ const (
|
|||
SortModeSizeDESC // 12:文件大小降序
|
||||
SortModeSubDocCountASC // 13:子文档数升序
|
||||
SortModeSubDocCountDESC // 14:子文档数降序
|
||||
SortModeFileTree // 15:使用文档树排序规则
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue