diff --git a/public/migrate.html b/public/migrate.html
index e7182d22..67960858 100644
--- a/public/migrate.html
+++ b/public/migrate.html
@@ -75,7 +75,13 @@
}, event.origin);
log("已发送迁移数据");
+ // 自动关闭窗口(延迟 500ms)
+ setTimeout(() => {
+ window.close();
+ }, 500);
});
+
+