mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-09-15 10:31:10 +08:00
修复部分页面重定向可能失效的问题 (#285)
This commit is contained in:
@@ -17,8 +17,9 @@ No redirect? [Click here to start downloading](https://bell-sw.com/pages/downloa
|
||||
|
||||
|
||||
<script>
|
||||
/* 等待 5 秒. */
|
||||
setTimeout(function() {
|
||||
window.location.href = "https://bell-sw.com/pages/downloads/?version=java-21&os=macos&architecture=x86&package=jre-full&bitness=64#:~:text=All%20versions";
|
||||
}, 5000); // 等待 5 秒.
|
||||
}, 5000);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user