mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
✨ 数据仓库支持云端备份 https://github.com/siyuan-note/siyuan/issues/5336
This commit is contained in:
parent
63923c4cc0
commit
14ed28a069
3 changed files with 5 additions and 3 deletions
|
|
@ -213,6 +213,7 @@ func DownloadCloudSnapshot(tag, id string) (err error) {
|
|||
}
|
||||
util.LogInfof("downloaded snapshot [%s], files [%d] chunks [%d], received bytes [%d]", tag, downloadFileCount, downloadChunkCount, downloadBytes)
|
||||
util.PushClearProgress()
|
||||
// TODO push msg
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -238,6 +239,7 @@ func UploadCloudSnapshot(tag, id string) (err error) {
|
|||
}
|
||||
util.LogInfof("uploaded snapshot [%s], files [%d] chunks [%d], sent bytes [%d]", tag, uploadFileCount, uploadChunkCount, uploadBytes)
|
||||
util.PushClearProgress()
|
||||
// TODO push msg
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue