mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨 支持笔记本设置独立的排序规则 https://github.com/siyuan-note/siyuan/issues/3623
This commit is contained in:
parent
2b0788db6c
commit
8d4002eb0c
1 changed files with 0 additions and 4 deletions
|
|
@ -639,10 +639,6 @@ func listDocsByPath(c *gin.Context) {
|
||||||
"path": p,
|
"path": p,
|
||||||
"files": files,
|
"files": files,
|
||||||
}
|
}
|
||||||
|
|
||||||
// 持久化文档面板排序
|
|
||||||
model.Conf.FileTree.Sort = sortMode
|
|
||||||
model.Conf.Save()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func getDoc(c *gin.Context) {
|
func getDoc(c *gin.Context) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue