From bc764affdb54fe2bbab717db259d004e95d2cddb Mon Sep 17 00:00:00 2001 From: EmptyDust <1422492074@qq.com> Date: Sat, 2 May 2026 16:12:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20Plus=20=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=E5=88=87=E6=8D=A2=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background/message-router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/message-router.js b/background/message-router.js index 3bb81d7..d7a9013 100644 --- a/background/message-router.js +++ b/background/message-router.js @@ -773,7 +773,7 @@ ).trim().toLowerCase() === 'gopay' ? 'GoPay' : 'PayPal'; - await addLog(`Plus 鏀粯鏂瑰紡宸插垏鎹负 ${selectedPlusPaymentMethod}锛屽凡鏇存柊瀵瑰簲鐨?Plus 姝ラ銆?`, 'info'); + await addLog(`Plus 支付方式已切换为 ${selectedPlusPaymentMethod},已更新对应的 Plus 步骤。`, 'info'); } return { ok: true, state: await getState(), proxyRouting }; }