mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 关键词筛选重复且影响官抽
This commit is contained in:
parent
1e2c04f6bc
commit
c1ca2b637e
@ -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且满足: ')}`)
|
log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n且满足: ')}`)
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**若勾选只转已关注 */
|
/**若勾选只转已关注 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user