修复2925号池不能自动登陆问题

This commit is contained in:
QLHazyCoder
2026-04-21 13:31:50 +08:00
parent d85f7feaef
commit 3718575bff
12 changed files with 263 additions and 25 deletions
+2
View File
@@ -5394,6 +5394,7 @@ const mail2925SessionManager = self.MultiPageBackgroundMail2925Session?.createMa
normalizeMail2925Accounts,
pickMail2925AccountForRun,
requestStop,
ensureContentScriptReadyOnTab,
reuseOrCreateTab,
sendToContentScriptResilient,
sendToMailContentScriptResilient,
@@ -5402,6 +5403,7 @@ const mail2925SessionManager = self.MultiPageBackgroundMail2925Session?.createMa
sleepWithStop,
throwIfStopped,
upsertMail2925AccountInList,
waitForTabUrlMatch,
});
async function upsertMail2925Account(input = {}) {