mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
🎨 前端用户界面引入后台任务列表 https://github.com/siyuan-note/siyuan/issues/7117
This commit is contained in:
parent
3b9ae96dbd
commit
d95c6bd467
4 changed files with 29 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ func main() {
|
|||
model.LoadAssetsTexts()
|
||||
|
||||
go task.Loop()
|
||||
go task.StatusLoop()
|
||||
|
||||
go model.AutoGenerateDocHistory()
|
||||
go model.AutoSync()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue