Skip to content

Commit 18e529e

Browse files
authored
Zkitefly patch 2 (#236)
1 parent 32cef46 commit 18e529e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_downloads/windows/arm64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/
3131
setTimeout(function() {
3232
const isZhCN = /^zh-CN/i.test(navigator.language);
3333
const url = isZhCN
34-
? "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi"
34+
? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-aarch64.msi"
3535
: "https://aka.ms/download-jdk/microsoft-jdk-21-windows-aarch64.msi";
3636
location.href = url;
3737
}, 5000); // Wait 5 seconds

_downloads/windows/x86_64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Can't download? [Click here to download (alternative)](https://alist.8mi.tech/d/
3131
setTimeout(function() {
3232
const isZhCN = /^zh-CN/i.test(navigator.language);
3333
const url = isZhCN
34-
? "https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi"
34+
? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-21-windows-x64.msi"
3535
: "https://aka.ms/download-jdk/microsoft-jdk-21-windows-x64.msi";
3636
window.location.href = url;
3737
}, 5000); // Wait 5 seconds

0 commit comments

Comments
 (0)