改为等待 5 秒

This commit is contained in:
zkitefly
2024-01-09 22:18:20 +08:00
parent 9158369a3d
commit 4cf4acc04c
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ toc: falst
<script>
setTimeout(function() {
window.location.href = "https://aka.ms/download-jdk/microsoft-jdk-17-windows-aarch64.msi";
}, 3000); // 等待 3 秒.
}, 5000); // 等待 5 秒.
</script>