From 49b0b377e653a39683593825b0faff6556a4920f Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Wed, 15 Apr 2026 00:17:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D2925=E9=82=AE=E7=AE=B1?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=8C=89=E9=92=AE=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.html | 4 ++-- sidepanel/sidepanel.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 0248a0b..bbae193 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -167,8 +167,8 @@
diff --git a/sidepanel/sidepanel.js b/sidepanel/sidepanel.js index 704767e..85cc959 100644 --- a/sidepanel/sidepanel.js +++ b/sidepanel/sidepanel.js @@ -67,7 +67,7 @@ const inputSub2ApiGroup = document.getElementById('input-sub2api-group'); const selectMailProvider = document.getElementById('select-mail-provider'); const btnMailLogin = document.getElementById('btn-mail-login'); const rowMail2925Mode = document.getElementById('row-mail-2925-mode'); -const mail2925ModeButtons = Array.from(document.querySelectorAll('[data-mail-2925-mode]')); +const mail2925ModeButtons = Array.from(document.querySelectorAll('[data-mail2925-mode]')); const rowEmailGenerator = document.getElementById('row-email-generator'); const selectEmailGenerator = document.getElementById('select-email-generator'); const rowTempEmailBaseUrl = document.getElementById('row-temp-email-base-url');