🎨 桌面端支持搜索图片 OCR 文本 https://github.com/siyuan-note/siyuan/issues/3470

This commit is contained in:
Liang Ding 2023-01-16 14:45:14 +08:00
parent a0143b2637
commit 9da8192567
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 196 additions and 60 deletions

View file

@ -428,6 +428,7 @@ func Close(force bool, execInstallPkg int) (exitCode int) {
Conf.Close()
sql.CloseDatabase()
treenode.SaveBlockTree(false)
util.SaveAssetsTexts()
clearWorkspaceTemp()
clearPortJSON()
util.UnlockWorkspace()