Zkitefly patch 2 (#236)

This commit is contained in:
Zkitefly 2025-07-30 19:14:34 +08:00 committed by GitHub
parent 32cef46dd2
commit 18e529e687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/
setTimeout(function() {
const isZhCN = /^zh-CN/i.test(navigator.language);
const url = isZhCN
? "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi"
? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-aarch64.msi"
: "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi";
location.href = url;
}, 5000); // Wait 5 seconds

View File

@ -31,7 +31,7 @@ Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/
setTimeout(function() {
const isZhCN = /^zh-CN/i.test(navigator.language);
const url = isZhCN
? "https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi"
? "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