mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: "公共黑名单"显示错误(#87)
This commit is contained in:
parent
6851f29f75
commit
20c423fc09
@ -369,7 +369,7 @@ class Monitor extends Searcher {
|
||||
: blacklist;
|
||||
|
||||
if ((new RegExp(dyid + '|' + m_uid + '|' + ori_uid)).test(new_blacklist)) {
|
||||
log.info("筛选动态", `公共黑名单用户(https://t.bilibili.com/${dyid})`)
|
||||
log.info("筛选动态", `黑名单屏蔽(https://t.bilibili.com/${dyid})`)
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user