feat(flow): unify sms multi-provider fallback and stabilize proxy/auth retries

This commit is contained in:
daniellee2015
2026-05-03 01:20:10 +08:00
parent 99313843c1
commit 2437e6e67d
37 changed files with 12254 additions and 1142 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ test('icloud login helper distinguishes auth-required errors from transient cont
assert.match(
source,
/if \(isIcloudTransientContextError\(err\)\) \{[\s\S]*iCloud 别名加载受网络\/上下文波动影响,请稍后重试。/m,
'withIcloudLoginHelp should surface transient-context copy instead of forcing login prompt'
/if \(isIcloudTransientContextError\(err\)\) \{[\s\S]*safeActionLabel[\s\S]*iCloud\$\{safeActionLabel\}受网络\/上下文波动影响,请稍后重试。/m,
'withIcloudLoginHelp should surface action-scoped transient-context copy instead of forcing login prompt'
);
assert.match(