mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 云端同步数据在启动后执行 https://github.com/siyuan-note/siyuan/issues/6290
This commit is contained in:
parent
b19613ea94
commit
24d41f22ad
8 changed files with 160 additions and 16 deletions
|
|
@ -45,7 +45,7 @@ func performSync(c *gin.Context) {
|
|||
func performBootSync(c *gin.Context) {
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
model.SyncData(true, false, true)
|
||||
model.BootSyncData()
|
||||
ret.Code = model.BootSyncSucc
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue