mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
4f1071822c
1 changed files with 1 additions and 0 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue