From 16dab027ec81365488898cd2a74f340feae50167 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Sat, 17 May 2025 16:12:14 +0800 Subject: [PATCH] =?UTF-8?q?template=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template_config.toml b/template/template_config.toml index fa28161..6cac2e9 100644 --- a/template/template_config.toml +++ b/template/template_config.toml @@ -11,7 +11,7 @@ platform_name = "qq" # 标识adapter的名称(必填) host = "localhost" # 麦麦在.env文件中设置的主机地址,即HOST字段 port = 8000 # 麦麦在.env文件中设置的端口,即PORT字段 -[Chat] # 白名单功能(未启用) +[Chat] # 黑白名单功能 list_type = "whitelist" # 使用的白名单类型,可选为:whitelist, blacklist # 当list_type为white时,使用白名单模式,以下两个列表的含义是:仅允许名单中的人聊天 # 当list_type为black时,使用黑名单模式,以下两个列表的含义是:禁止名单中的人聊天