Skip to content

Commit

Permalink
更新了自动检查更新提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Apr 28, 2024
1 parent 3c38d4e commit 035bb28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void getLatestRelease() {
XLogger.debug("HTML URL: " + latest_release.html_url);
if (isNewVersion(current_version, latest_release.tag_name)) {
XLogger.info("发现新版本:" + latest_release.tag_name);
XLogger.info("更新内容:" + latest_release.message);
XLogger.info("版本信息:" + latest_release.message);
XLogger.info("下载页面:" + latest_release.html_url);
} else {
XLogger.info("当前已是最新版本:" + current_version);
Expand Down

0 comments on commit 035bb28

Please sign in to comment.