feat: 增加最大提交尝试次数至7

This commit is contained in:
QLHazyCoder
2026-04-18 18:07:46 +08:00
parent 5e1d89b3c5
commit 7a30c0c584
+1 -1
View File
@@ -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;