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, - /** * 屏蔽词 */