fix: 关键词筛选重复且影响官抽

This commit is contained in:
shanmite 2023-01-06 11:41:55 +08:00
parent 1e2c04f6bc
commit c1ca2b637e

View File

@ -450,9 +450,8 @@ class Monitor extends Searcher {
}
}
if (!has_key_words && description) {
if (!hasOfficialLottery && model[1] === '1' && !has_key_words && description) {
log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n且满足: ')}`)
return false
}
/**若勾选只转已关注 */