Pre Merge pull request !58 from touchscale/master

This commit is contained in:
touchscale 2023-06-23 14:07:08 +00:00 committed by Gitee
commit d4501badfc
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