From 4ae8a67790380d146a25ac0ea514d439f671ed76 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 4 Mar 2026 00:30:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BC=A9=E7=9F=AD=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E5=85=B3=E9=97=AD=E5=BB=B6=E8=BF=9F=E4=BB=A5?= =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=8D=A1=E9=A1=BF=E6=84=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index c323fff..8b172ea 100644 --- a/popup.js +++ b/popup.js @@ -532,7 +532,7 @@ document.addEventListener('DOMContentLoaded', () => { // 提供短暂的“清理中...”视觉反馈后关闭插件 setTimeout(() => { window.close(); - }, 1500); // 保持 1500ms 反馈后关闭,也可改为更短如 200ms,为保持原逻辑体验暂设 1500ms + }, 100); // 极短延迟后关闭,消除卡顿感 }); } }