From a827ede6f49d5d81b9363a24937487510c3d7675 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Fri, 17 Apr 2026 18:44:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=80=92=E8=AE=A1=E6=97=B6=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E5=9C=A8=E9=9D=9E=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E9=97=B4=E9=9A=94=E9=98=B6=E6=AE=B5=E8=BF=94=E5=9B=9Enull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sidepanel/sidepanel.js b/sidepanel/sidepanel.js index a6d4a04..95049d9 100644 --- a/sidepanel/sidepanel.js +++ b/sidepanel/sidepanel.js @@ -1061,6 +1061,10 @@ function getActiveAutoRunCountdown() { }; } + if (currentAutoRun.phase !== 'waiting_interval') { + return null; + } + if (!Number.isFinite(currentAutoRun.countdownAt)) { return null; }