From dc34c58fb7794d8d980a10ccf1238aa54bafadd7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 18 Feb 2023 11:05:08 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=B8=85=E7=90=86=E8=80=81=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=81=97=E7=95=99=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/conf.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/conf.go b/kernel/model/conf.go index ee3e50f90..eae65a00e 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -766,6 +766,7 @@ func clearWorkspaceTemp() { // 老版本遗留文件清理 os.RemoveAll(filepath.Join(util.DataDir, "assets", ".siyuan", "assets.json")) + os.RemoveAll(filepath.Join(util.DataDir, ".siyuan", "history")) os.RemoveAll(filepath.Join(util.WorkspaceDir, "backup")) os.RemoveAll(filepath.Join(util.WorkspaceDir, "sync"))