mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 03:06:10 +01:00
📝 云端数据损坏问题解决提示
This commit is contained in:
parent
8b8c948731
commit
18bf5a7eae
6 changed files with 7 additions and 5 deletions
|
|
@ -336,6 +336,8 @@ func formatErrorMsg(err error) string {
|
|||
msg = Conf.Language(24)
|
||||
} else if strings.Contains(msgLowerCase, "net/http: request canceled while waiting for connection") || strings.Contains(msgLowerCase, "exceeded while awaiting") {
|
||||
msg = Conf.Language(24) + " net/http timeout"
|
||||
} else if strings.Contains(msgLowerCase, "cloud object not found") {
|
||||
msg = Conf.Language(129)
|
||||
}
|
||||
msg = msg + " v" + util.Ver
|
||||
return msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue