重构多 flow 邮件轮询并接入 Grok SSO
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
deleteAccountRunHistoryRecords,
|
||||
clearAutoRunTimerAlarm,
|
||||
clearFreeReusablePhoneActivation,
|
||||
clearGrokSsoCookies,
|
||||
clearLuckmailRuntimeState,
|
||||
clearYydsMailRuntimeState,
|
||||
clearStopRequest,
|
||||
@@ -1165,6 +1166,13 @@
|
||||
return await clearFreeReusablePhoneActivation();
|
||||
}
|
||||
|
||||
case 'CLEAR_GROK_SSO_COOKIES': {
|
||||
if (typeof clearGrokSsoCookies !== 'function') {
|
||||
throw new Error('Grok SSO 清空能力未接入。');
|
||||
}
|
||||
return await clearGrokSsoCookies();
|
||||
}
|
||||
|
||||
case 'SET_FREE_REUSABLE_PHONE': {
|
||||
if (typeof setFreeReusablePhoneActivation !== 'function') {
|
||||
throw new Error('白嫖复用手机号记录能力未接入。');
|
||||
|
||||
Reference in New Issue
Block a user