From cfde8e3ea8d87452ae464866a8a1cf60b0f59c37 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 18 Jun 2022 22:20:37 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=A0=91=20`=E5=88=A0=E9=99=A4=E6=96=87=E6=A1=A3=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4`=20=E9=80=89=E9=A1=B9=20https://github.com/siyuan-not?= =?UTF-8?q?e/siyuan/issues/5225?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/filetree.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/conf/filetree.go b/kernel/conf/filetree.go index 5a9bb0b85..355ac8773 100644 --- a/kernel/conf/filetree.go +++ b/kernel/conf/filetree.go @@ -27,6 +27,7 @@ type FileTree struct { CreateDocNameTemplate string `json:"createDocNameTemplate"` // 新建文档名模板 MaxListCount int `json:"maxListCount"` // 最大列出数量 AllowCreateDeeper bool `json:"allowCreateDeeper"` // 允许创建超过 7 层深度的子文档 + RemoveDocConfirm int `json:"removeDocConfirm"` // 删除文档时是否需要确认,0:需要确认,1:不需要确认 Sort int `json:"sort"` // 排序方式 }