mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 00:17:17 +08:00
enhance canNotConfirmIfHasReadMsgTemplateList
This commit is contained in:
@@ -104,7 +104,8 @@ const mainLoop = async () => {
|
|||||||
'你与该职位竞争者PK情况',
|
'你与该职位竞争者PK情况',
|
||||||
'简历诊断提醒',
|
'简历诊断提醒',
|
||||||
'附件简历还没准备好',
|
'附件简历还没准备好',
|
||||||
'开场问题,期待你的回答'
|
'开场问题,期待你的回答',
|
||||||
|
'设置合适的期望薪资范围'
|
||||||
].map((it) => new RegExp(it))
|
].map((it) => new RegExp(it))
|
||||||
browser = await bootstrap()
|
browser = await bootstrap()
|
||||||
await Promise.all([launchBoss(browser)])
|
await Promise.all([launchBoss(browser)])
|
||||||
|
|||||||
Reference in New Issue
Block a user