From e8641fa682f58b70ac5c38be62352993a9bef0a3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 2 Feb 2023 19:47:47 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E9=80=80=E5=87=BA=E6=97=B6=E6=B8=85?= =?UTF-8?q?=E7=90=86=E6=97=A7=E7=89=88=E5=9D=97=E6=95=B0=E6=95=B0=E6=8D=AE?= 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 a1389eca5..c55415e1a 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -708,6 +708,7 @@ func clearWorkspaceTemp() { os.RemoveAll(filepath.Join(util.TempDir, "import")) os.RemoveAll(filepath.Join(util.TempDir, "repo")) os.RemoveAll(filepath.Join(util.TempDir, "os")) + os.RemoveAll(filepath.Join(util.TempDir, "blocktree.msgpack")) // v2.7.2 前旧版的块数数据 // 退出时自动删除超过 7 天的安装包 https://github.com/siyuan-note/siyuan/issues/6128 install := filepath.Join(util.TempDir, "install")