update-javadl-link

This commit is contained in:
zkitefly
2024-01-09 22:08:55 +08:00
parent 12fbff6a88
commit 9158369a3d
11 changed files with 44 additions and 37 deletions
+3 -1
View File
@@ -18,6 +18,8 @@ toc: falst
<script>
window.location.href = "https://www.java.com/download";
setTimeout(function() {
window.location.href = "https://www.java.com/download";
}, 3000); // 等待 3 秒.
</script>