Update x86_64.md

This commit is contained in:
Zkitefly 2025-07-30 13:05:30 +08:00 committed by GitHub
parent 32cef46dd2
commit e4095c38bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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