mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 公测云端同步数据仓库 https://github.com/siyuan-note/siyuan/issues/5337
This commit is contained in:
parent
6e5278db66
commit
f4b429bd27
1 changed files with 1 additions and 2 deletions
|
|
@ -239,9 +239,8 @@ func UploadCloudSnapshot(tag, id string) (err error) {
|
|||
uploadFileCount, uploadChunkCount, uploadBytes, err := repo.UploadTagIndex(tag, id, cloudInfo, map[string]interface{}{CtxPushMsg: CtxPushMsgToStatusBarAndProgress})
|
||||
if nil != err {
|
||||
if errors.Is(err, dejavu.ErrCloudBackupCountExceeded) {
|
||||
|
||||
err = errors.New(Conf.Language(154))
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
msg := fmt.Sprintf(Conf.Language(152), uploadFileCount, uploadChunkCount, byteCountSI(uploadBytes))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue