mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 09:31:11 +08:00
修复部分页面重定向可能失效的问题 (#285)
This commit is contained in:
+2
-1
@@ -15,8 +15,9 @@ No redirect? [Click here](https://www.java.com/download)
|
||||
|
||||
|
||||
<script>
|
||||
/* 等待 5 秒. */
|
||||
setTimeout(function() {
|
||||
window.location.href = "https://www.java.com/download";
|
||||
}, 5000); // 等待 5 秒.
|
||||
}, 5000);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user