This commit is contained in:
Zyronon
2025-11-18 11:44:01 +08:00
committed by GitHub
parent 920ec425af
commit fadfec0fc2
2 changed files with 28 additions and 16 deletions

View File

@@ -75,7 +75,13 @@
}, event.origin);
log("已发送迁移数据");
// 自动关闭窗口(延迟 500ms
setTimeout(() => {
window.close();
}, 500);
});
</script>
</body>
</html>