From b919cdc23c0c92f40a35c3beadca97a908435bc2 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Sun, 26 Apr 2026 17:19:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20Plus=20Return=20?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=E8=87=B3=2020=20=E7=A7=92?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background/steps/plus-return-confirm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background/steps/plus-return-confirm.js b/background/steps/plus-return-confirm.js index 62cc703..7e9a952 100644 --- a/background/steps/plus-return-confirm.js +++ b/background/steps/plus-return-confirm.js @@ -3,7 +3,7 @@ })(typeof self !== 'undefined' ? self : globalThis, function createBackgroundPlusReturnConfirmModule() { const PAYPAL_SOURCE = 'paypal-flow'; const PLUS_CHECKOUT_SOURCE = 'plus-checkout'; - const PLUS_RETURN_SETTLE_WAIT_MS = 40000; + const PLUS_RETURN_SETTLE_WAIT_MS = 20000; function createPlusReturnConfirmExecutor(deps = {}) { const { @@ -41,7 +41,7 @@ const tabId = await resolveReturnTabId(state); await addLog('步骤 9:正在等待 PayPal 授权后回跳到 ChatGPT / OpenAI 页面...', 'info'); const tab = await waitForTabUrlMatchUntilStopped(tabId, isReturnUrl); - await addLog('步骤 9:已检测到订阅回跳页面,固定等待 40 秒让页面完成加载。', 'info'); + await addLog('步骤 9:已检测到订阅回跳页面,固定等待 20 秒让页面完成加载。', 'info'); await sleepWithStop(PLUS_RETURN_SETTLE_WAIT_MS); await setState({