mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-08-09 04:14:26 +08:00
回滚 Windows x86-64 平台上的 Java 下载地址 (#238)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72ee43dd14
commit
1419997634
@ -14,9 +14,7 @@ Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后
|
||||
|
||||

|
||||
|
||||
没有下载?[点击此处开始下载](https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-x64.msi)
|
||||
|
||||
无法下载?[点击此处开始下载(备用)](https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi)
|
||||
没有下载?[点击此处开始下载](https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi)
|
||||
|
||||
---
|
||||
|
||||
@ -24,16 +22,10 @@ The Java installation package has started to download. Please wait for the downl
|
||||
|
||||
No redirect? [Click here to start downloading](https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi)
|
||||
|
||||
Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-x64.msi)
|
||||
|
||||
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
const isZhCN = /^zh-CN/i.test(navigator.language);
|
||||
const url = isZhCN
|
||||
? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-x64.msi"
|
||||
: "https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi";
|
||||
window.location.href = url;
|
||||
}, 5000); // Wait 5 seconds
|
||||
window.location.href = "https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi";
|
||||
}, 5000); // 等待 5 秒.
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user