From 9333e98124adce3bfa6b73f80871c107a82b0be3 Mon Sep 17 00:00:00 2001 From: haha Date: Wed, 24 Jul 2024 22:53:48 +0800 Subject: [PATCH] update code --- public/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.html b/public/index.html index 9a67e84..72bfe50 100644 --- a/public/index.html +++ b/public/index.html @@ -82,6 +82,10 @@ document.getElementById("divTest").style.display="block"; } },400); + + setTimeout(()=>{ + document.getElementById("divTest").remove(); + },60*1000);