Skip to content

Commit

Permalink
feat(luma): 增加路径处理
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Sep 3, 2024
1 parent 10745a5 commit 1e1a55e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ export async function googleScreenHandle(page: Page, opt: GoogleMailAccount) {
await sleep(1000);
await page.click('c-wiz > div > div > div > div > div:nth-child(2)');
break;
case '/v3/signin/rejected':
throw new Error('account fk banned');
case '/signin/v2/disabled/explanation':
throw new Error('account fk banned');
case '/speedbump/gaplustos':
Expand Down

0 comments on commit 1e1a55e

Please sign in to comment.