Pre Merge pull request !57 from touchscale/master

This commit is contained in:
touchscale 2023-06-12 12:51:06 +00:00 committed by Gitee
commit a2bf7539fa
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