فهرست منبع

Merge remote-tracking branch 'origin/dev' into dev

Vanessa 2 سال پیش
والد
کامیت
4f1071822c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      kernel/model/conf.go

+ 1 - 0
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, "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, "backup"))
 	os.RemoveAll(filepath.Join(util.WorkspaceDir, "sync"))
 	os.RemoveAll(filepath.Join(util.WorkspaceDir, "sync"))