From dcdfb5d20211ee982d15ff95be82a4b509c43043 Mon Sep 17 00:00:00 2001 From: lcq Date: Sat, 12 Jun 2021 18:06:54 +0800 Subject: [PATCH] fix bug --- view/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/index.html b/view/index.html index ed51cfa..34141aa 100644 --- a/view/index.html +++ b/view/index.html @@ -43,7 +43,7 @@ $(".js-domain").removeClass("hidden"); setTimeout(function () { window.location = "http://b.lucq.fun/#/tags"; - }, 30000); + }, 5 * 60 * 1000); } }; let resizeContainer = () => {