修复黑白名单不生效bug (#120)

This commit is contained in:
Elsie Weber 2023-05-22 11:39:33 +08:00 committed by GitHub
parent 586df83124
commit 400009bf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class Cfg {
}
/** notice配置 */
getOther () {
getNotice () {
let def = this.getdefSet('notice')
let config = this.getConfig('notice')
return { ...def, ...config }