This commit is contained in:
Eason010212
2024-08-25 23:08:18 +08:00
parent a990f3b448
commit ca6be61078
24 changed files with 309 additions and 96 deletions

View File

@@ -134,7 +134,7 @@ function showtext(text){
});
d.showModal();
setTimeout(function(){
d.close()
d.close().remove();
},1000)
}