skip recommend position auto list by bosszhipin

This commit is contained in:
bossgeekgo
2024-02-10 11:01:18 +08:00
parent 0437b809a6
commit 6931517ff3

View File

@@ -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)