Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
happyet authored Sep 13, 2023
1 parent f00b0cc commit 90e6259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/check_update.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (document.getElementById("gplus-check-update")) {
if (versionCompare(gplusVersion, obj.tag_name) == -1) {
container.innerHTML = "<h2>🎉 发现新版本!</h2>" + '<a href="https://github.com/happyet/Gplus/archive/refs/tags/' + obj.tag_name + '.zip" target="_blank">点击下载(' + obj.tag_name + ')</a>';
} else {
container.innerHTML = "您目前使用的是最新版主题。";
container.innerHTML = "<p>您目前使用的是最新版主题。</p>";
}
}
};
Expand Down

0 comments on commit 90e6259

Please sign in to comment.