Skip to content

Commit

Permalink
发布更新新的更新地址
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Dec 6, 2023
1 parent 6044430 commit ae6ab55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoEasyDesigner/mymodel/自动更新模块.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ func E获取Github仓库Releases版本和更新内容() *ReleaseInfo {
releaseInfo := &ReleaseInfo{
Version: version,
DownloadURLs: downloadURLs,
MacDownloadURL: "https://ghproxy.com/" + macDownloadURL,
WinDownloadURL: "https://ghproxy.com/" + winDownloadURL,
MacDownloadURL: "https://mirror.ghproxy.com/" + macDownloadURL,
WinDownloadURL: "https://mirror.ghproxy.com/" + winDownloadURL,
Changelog: latestRelease.Body,
ReleaseTime: ecore.E到时间(latestRelease.CreatedAt.String()).E时间到文本("Y-m-d H:i:s"),
}
Expand Down

0 comments on commit ae6ab55

Please sign in to comment.