This commit is contained in:
lcq 2021-06-12 18:06:54 +08:00
parent b52c622f93
commit dcdfb5d202
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
$(".js-domain").removeClass("hidden");
setTimeout(function () {
window.location = "http://b.lucq.fun/#/tags";
}, 30000);
}, 5 * 60 * 1000);
}
};
let resizeContainer = () => {