mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 桌面端支持搜索图片 OCR 文本 https://github.com/siyuan-note/siyuan/issues/3470
This commit is contained in:
parent
6f51de0d12
commit
c4208596e4
13 changed files with 361 additions and 359 deletions
|
|
@ -40,7 +40,7 @@ func main() {
|
|||
model.BootSyncData()
|
||||
model.InitBoxes()
|
||||
model.InitFlashcards()
|
||||
util.LoadAssetsTexts()
|
||||
model.LoadAssetsTexts()
|
||||
|
||||
go model.AutoGenerateDocHistory()
|
||||
go model.AutoSync()
|
||||
|
|
@ -53,8 +53,8 @@ func main() {
|
|||
go treenode.AutoFlushBlockTree()
|
||||
go cache.LoadAssets()
|
||||
go model.AutoFixIndex()
|
||||
go util.AutoOCRAssets()
|
||||
go util.AutoFlushAssetsTexts()
|
||||
go model.AutoOCRAssets()
|
||||
go model.AutoFlushAssetsTexts()
|
||||
go model.HookDesktopUIProc()
|
||||
model.WatchAssets()
|
||||
model.HandleSignal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue