diff --git "a/GoEasyDesigner/mymodel/\350\207\252\345\212\250\346\233\264\346\226\260\346\250\241\345\235\227.go" "b/GoEasyDesigner/mymodel/\350\207\252\345\212\250\346\233\264\346\226\260\346\250\241\345\235\227.go" index 6d0ff2b..24c9756 100644 --- "a/GoEasyDesigner/mymodel/\350\207\252\345\212\250\346\233\264\346\226\260\346\250\241\345\235\227.go" +++ "b/GoEasyDesigner/mymodel/\350\207\252\345\212\250\346\233\264\346\226\260\346\250\241\345\235\227.go" @@ -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"), }