🎨 Sync repo

This commit is contained in:
Liang Ding 2022-07-01 21:19:01 +08:00
parent 37e2cc0b33
commit efe1016777
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -470,7 +470,7 @@ func syncRepo() (err error) {
util.PushStatusBar("Sync data repo failed: " + err.Error())
return
}
util.PushStatusBar(fmt.Sprintf(Conf.Language(149), elapsed.Seconds()))
util.PushStatusBar(fmt.Sprintf(Conf.Language(149)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
if 1 > len(fetchedFiles) {
// 没有下载到新文件,直接返回
return