update code

dev
haha 2024-07-24 22:53:48 +08:00
parent a9a9a62af3
commit 9333e98124
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
document.getElementById("divTest").style.display="block";
}
},400);
setTimeout(()=>{
document.getElementById("divTest").remove();
},60*1000);
</script>
</body>
</html>