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://aka.ms/download-jdk/microsoft-jdk-17-windows-aarch64.msi";
setTimeout(function() {
window.location.href = "https://aka.ms/download-jdk/microsoft-jdk-17-windows-aarch64.msi";
}, 3000); // 等待 3 秒.
</script>
+7 -5
View File
@@ -8,16 +8,18 @@ toc: falst
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.hmcl.net%2Fdownloads%2Fwindows%2Fx86.html&count_bg=%233E4245&title_bg=%233E4245&icon=&icon_color=%23E7E7E7&title=%F0%9F%91%80&edge_flat=false)
### Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。
### 正在前往 Java 下载页面,请向下滚动点击 `MSI` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。
### 没有下载?[点击此处开始下载](https://download.bell-sw.com/java/17.0.8+7/bellsoft-jre17.0.8+7-windows-i586-full.msi)
### 没有下载?[点击此处开始下载](https://bell-sw.com/pages/downloads/?version=java-17&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=DownloadLiberica%20JDK)
### The Java installer has started downloading, please wait for the Java installer to finish downloading, then finally start the installer and follow the prompts to install Java.
### Going to Java download page, scroll down and click `MSI` installation package download button, then wait for Java installer download to complete, finally launch installer, follow the prompts to install Java.
### No download? [Click here to start downloading](https://download.bell-sw.com/java/17.0.8+7/bellsoft-jre17.0.8+7-windows-i586-full.msi)
### No download? [Click here to start downloading](https://bell-sw.com/pages/downloads/?version=java-17&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=DownloadLiberica%20JDK)
<script>
window.location.href = "https://download.bell-sw.com/java/17.0.8+7/bellsoft-jre17.0.8+7-windows-i586-full.msi";
setTimeout(function() {
window.location.href = "https://bell-sw.com/pages/downloads/?version=java-17&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=DownloadLiberica%20JDK";
}, 3000); // 等待 3 秒.
</script>
+3 -1
View File
@@ -18,6 +18,8 @@ toc: falst
<script>
window.location.href = "https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi";
setTimeout(function() {
window.location.href = "https://aka.ms/download-jdk/microsoft-jdk-17-windows-x64.msi";
}, 3000); // 等待 3 秒.
</script>