feat: 添加手机号短信服务提供商顺序更新函数,并增强手机号登录步骤的测试用例

This commit is contained in:
QLHazyCoder
2026-05-05 03:08:31 +08:00
parent 1973f5a898
commit ee3be58088
2 changed files with 157 additions and 0 deletions
+1
View File
@@ -504,6 +504,7 @@ function normalizePhoneCodePollMaxRoundsValue(value, fallback = 4) { const parse
function getSelectedHeroSmsCountryOption() { return { id: 52, label: 'Thailand' }; }
function applyHeroSmsFallbackSelection() {}
function updateHeroSmsPlatformDisplay() {}
function updatePhoneSmsProviderOrderSummary() {}
function applyAutoRunStatus() {}
function markSettingsDirty() {}
function updateAutoDelayInputState() {}