enhance canNotConfirmIfHasReadMsgTemplateList

This commit is contained in:
geekgeekrun
2024-12-28 13:06:02 +08:00
parent 8e7ae48fb3
commit 19b9480f21

View File

@@ -104,7 +104,8 @@ const mainLoop = async () => {
'你与该职位竞争者PK情况',
'简历诊断提醒',
'附件简历还没准备好',
'开场问题,期待你的回答'
'开场问题,期待你的回答',
'设置合适的期望薪资范围'
].map((it) => new RegExp(it))
browser = await bootstrap()
await Promise.all([launchBoss(browser)])