From 400009bf44dea8a01ab9c5a1c1c565eafb28e5f3 Mon Sep 17 00:00:00 2001 From: Elsie Weber Date: Mon, 22 May 2023 11:39:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=91=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E4=B8=8D=E7=94=9F=E6=95=88bug=20(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.js b/lib/config/config.js index 0f0a64a..1f43cbc 100644 --- a/lib/config/config.js +++ b/lib/config/config.js @@ -104,7 +104,7 @@ class Cfg { } /** notice配置 */ - getOther () { + getNotice () { let def = this.getdefSet('notice') let config = this.getConfig('notice') return { ...def, ...config }