From 19940e266bd972102a89610ee32b8f18a78e6dec Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 18 Jun 2022 23:31:28 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/filetree.go b/kernel/conf/filetree.go index ded15e206..3c67832bd 100644 --- a/kernel/conf/filetree.go +++ b/kernel/conf/filetree.go @@ -27,7 +27,7 @@ type FileTree struct { CreateDocNameTemplate string `json:"createDocNameTemplate"` // 新建文档名模板 MaxListCount int `json:"maxListCount"` // 最大列出数量 AllowCreateDeeper bool `json:"allowCreateDeeper"` // 允许创建超过 7 层深度的子文档 - RemoveDocWithoutConfirm int `json:"removeDocWithoutConfirm"` // 删除文档时是否不需要确认 + RemoveDocWithoutConfirm bool `json:"removeDocWithoutConfirm"` // 删除文档时是否不需要确认 Sort int `json:"sort"` // 排序方式 }