update lib/plugins/loader.js.

Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-06-13 04:33:23 +00:00 committed by Gitee
parent ce3fd5d6f4
commit f41998ac33
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -698,6 +698,7 @@ class PluginsLoader {
/** 判断黑白名单 */ /** 判断黑白名单 */
checkBlack (e) { checkBlack (e) {
let other = cfg.getOther() let other = cfg.getOther()
let notice = cfg.getNotice()
if (e.test) return true if (e.test) return true