mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-09 14:32:44 +08:00
skip recommend position auto list by bosszhipin
This commit is contained in:
@@ -49,7 +49,7 @@ async function mainLoop () {
|
||||
page.goto(recommendJobPageUrl, { timeout: 0 }),
|
||||
page.waitForNavigation(),
|
||||
])
|
||||
const INIT_START_EXCEPT_JOB_INDEX = 0
|
||||
const INIT_START_EXCEPT_JOB_INDEX = 1
|
||||
let currentExceptJobIndex = INIT_START_EXCEPT_JOB_INDEX
|
||||
afterPageLoad: while (true) {
|
||||
await sleepWithRandomDelay(2500)
|
||||
|
||||
Reference in New Issue
Block a user