This commit is contained in:
weipengfei 2023-10-13 16:22:43 +08:00
parent de7f375edb
commit a358efeebc
1 changed files with 3 additions and 3 deletions

View File

@ -609,9 +609,9 @@ window.addEventListener('test', (e) => {
prompt.value = window.winText prompt.value = window.winText
}) })
setTimeout(()=>{ // setTimeout(()=>{
nowStart.value = false; // nowStart.value = false;
}, 800) // }, 800)
</script> </script>