Updated 'theme/pagetoc.js'

This commit is contained in:
Hector PENG
2026-05-17 05:23:19 +08:00
parent 3a7531adb1
commit 8bdf2714e3
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
抱歉,此 URL 无效。请使用导航栏或搜索继续。将在 <span class="sec-count" style="font-style: italic;font-weight:bold;font-size:large;">n</span> 秒后重定向到主页......
This URL is invalid, sorry. Please use the navigation bar or search to continue. It will be redirected to home in <span class="sec-count" style="font-style: italic;font-weight:bold;font-size:large;">n</span> seconds...
End

View File

@@ -49,7 +49,7 @@ window.addEventListener('load', function() {
window.addEventListener("scroll", updateFunction);
if(document.querySelector("#document-not-found404")) {
let timeLeft = 10;
let timeLeft = 3;
var timerId = setInterval(() => {
if(timeLeft == -1) {