File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments