From ddcfceecefcb898272f84af4e8302dec1f5acc8c Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 28 Aug 2023 09:05:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E9=BB=91=E5=90=8D=E5=8D=95=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/data/config.js | 6 ------ my_config.example.js | 6 ------ 2 files changed, 12 deletions(-) diff --git a/lib/data/config.js b/lib/data/config.js index abd7623..d4390c1 100644 --- a/lib/data/config.js +++ b/lib/data/config.js @@ -305,12 +305,6 @@ const config = { */ blacklist: '', - /** - * - 自动同步 https://gitee.com/shanmite/lottery-notice/raw/master/notice.json - * - 使用公共黑名单 - */ - use_public_blacklist: true, - /** * 屏蔽词 */ diff --git a/my_config.example.js b/my_config.example.js index cd3f3f8..f69550d 100644 --- a/my_config.example.js +++ b/my_config.example.js @@ -310,12 +310,6 @@ module.exports = Object.freeze({ */ blacklist: '', - /** - * - 自动同步 https://gitee.com/shanmite/lottery-notice/raw/master/notice.json - * - 使用公共黑名单 - */ - use_public_blacklist: true, - /** * 屏蔽词 */