mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 系统公告消息提醒 Fix https://github.com/siyuan-note/siyuan/issues/5409
This commit is contained in:
parent
d1fb78ebb1
commit
f825fefa43
8 changed files with 96 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ func GetRhyResult(force bool) (map[string]interface{}, error) {
|
|||
request := httpclient.NewCloudRequest()
|
||||
_, err := request.SetResult(&cachedRhyResult).Get(AliyunServer + "/apis/siyuan/version?ver=" + Ver)
|
||||
if nil != err {
|
||||
LogErrorf("get version meta info failed: %s", err)
|
||||
LogErrorf("get version info failed: %s", err)
|
||||
return nil, err
|
||||
}
|
||||
rhyResultCacheTime = now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue