From 30fdef9383e776673661f0dce2c556033bfbb6e8 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Sat, 11 Apr 2026 20:26:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=93=8D=E4=BD=9C=E8=AF=B4=E6=98=8E=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=80=9A=E8=BF=87=E6=82=AC=E5=81=9C=E5=9E=83?= =?UTF-8?q?=E5=9C=BE=E6=A1=B6=E5=9B=BE=E6=A0=87=E6=88=96=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/mail-163.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/mail-163.js b/content/mail-163.js index b5e5a46..dd7ba4f 100644 --- a/content/mail-163.js +++ b/content/mail-163.js @@ -5,7 +5,7 @@ // Mail item: div[sign="letter"] with aria-label="你的 ChatGPT 代码为 479637 发件人 : OpenAI ..." // Sender: .nui-user (e.g., "OpenAI") // Subject: span.da0 (e.g., "你的 ChatGPT 代码为 479637") -// Right-click menu: .nui-menu → .nui-menu-item with text "删除邮件" +// Delete actions: hover trash icon on the row, or checkbox + toolbar delete button const MAIL163_PREFIX = '[MultiPage:mail-163]'; const isTopFrame = window === window.top; @@ -276,7 +276,7 @@ async function handlePollEmail(step, payload) { } // ============================================================ -// Delete Email via Right-Click Menu +// Delete Email via Hover Trash / Toolbar Fallback // ============================================================ async function deleteEmail(item, step) {