From 7a30c0c584c372b71df5b62179798151bba84d99 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Sat, 18 Apr 2026 18:07:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=B0=9D=E8=AF=95=E6=AC=A1=E6=95=B0=E8=87=B3?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background/verification-flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/verification-flow.js b/background/verification-flow.js index bfce3bf..76e18b2 100644 --- a/background/verification-flow.js +++ b/background/verification-flow.js @@ -564,7 +564,7 @@ getLegacyVerificationResendCountDefault(step, { requestFreshCodeFirst }) ) : getConfiguredVerificationResendCount(step, state, { requestFreshCodeFirst }); - const maxSubmitAttempts = 3; + const maxSubmitAttempts = 7; const resendIntervalMs = Math.max(0, Number(options.resendIntervalMs) || 0); let lastResendAt = Number(options.lastResendAt) || 0;