🔖 Release v3.0.12
This commit is contained in:
parent
cdfaadac38
commit
af33242a6a
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
module github.com/siyuan-note/siyuan/kernel
|
||||
|
||||
go 1.22.2
|
||||
go 1.22.0
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require (
|
||||
code.sajari.com/docconv v1.3.8
|
||||
|
|
|
@ -58,7 +58,7 @@ func StartKernel(container, appDir, workspaceBaseDir, timezoneID, localIPs, lang
|
|||
model.BootSyncData()
|
||||
model.InitBoxes()
|
||||
model.LoadFlashcards()
|
||||
model.LoadAssetsTexts()
|
||||
util.LoadAssetsTexts()
|
||||
|
||||
util.SetBooted()
|
||||
util.PushClearAllMsg()
|
||||
|
|
Loading…
Add table
Reference in a new issue