mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 公测云端同步数据仓库 https://github.com/siyuan-note/siyuan/issues/5337
This commit is contained in:
parent
bdb635d2fd
commit
38cb07c141
1 changed files with 3 additions and 3 deletions
|
|
@ -230,12 +230,12 @@ func IndexRepo(memo string) (err error) {
|
|||
|
||||
if nil != latest {
|
||||
if latest.ID != index.ID {
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), index.ID[:7]))
|
||||
} else {
|
||||
util.PushStatusBar(Conf.Language(148) + " [" + latest.ID[:7] + "]")
|
||||
util.PushStatusBar(Conf.Language(148) + " [" + index.ID[:7] + "]")
|
||||
}
|
||||
} else {
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(147)+" [%s]", elapsed.Seconds(), index.ID[:7]))
|
||||
}
|
||||
util.PushClearProgress()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue