feat: 添加注册流程中标签页稳定等待机制,优化步骤2和步骤3的执行逻辑

This commit is contained in:
QLHazyCoder
2026-05-10 04:10:56 +08:00
parent e8ca56d650
commit 0096442674
6 changed files with 203 additions and 10 deletions
+1
View File
@@ -10906,6 +10906,7 @@ const step2Executor = self.MultiPageBackgroundStep2?.createStep2Executor({
resolveSignupEmailForFlow,
sendToContentScriptResilient,
SIGNUP_PAGE_INJECT_FILES,
waitForTabStableComplete,
});
const step3Executor = self.MultiPageBackgroundStep3?.createStep3Executor({
addLog,