From 39a96579923bfd5394d7659169bdb472f8d2fde8 Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Mon, 19 May 2025 22:51:18 +0800 Subject: [PATCH] =?UTF-8?q?template=E8=AF=B4=E6=98=8E=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template_config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/template_config.toml b/template/template_config.toml index 3e032cf..1d0d830 100644 --- a/template/template_config.toml +++ b/template/template_config.toml @@ -14,13 +14,13 @@ port = 8000 # 麦麦在.env文件中设置的端口,即PORT字段 [Chat] # 黑白名单功能 group_list_type = "whitelist" # 群组名单类型,可选为:whitelist, blacklist group_list = [] # 群组名单 -# 当group_list_type为whitelist时,群组名单中的群组可以聊天 -# 当group_list_type为blacklist时,群组名单中的群组无法聊天 +# 当group_list_type为whitelist时,只有群组名单中的群组可以聊天 +# 当group_list_type为blacklist时,群组名单中的任何群组无法聊天 private_list_type = "whitelist" # 私聊名单类型,可选为:whitelist, blacklist private_list = [] # 私聊名单 -# 当private_list_type为whitelist时,私聊名单中的人可以聊天 -# 当private_list_type为blacklist时,私聊名单中的人无法聊天 -ban_user_id = [] # 禁止名单(禁止名单中的人无法进行任何聊天) +# 当private_list_type为whitelist时,只有私聊名单中的用户可以聊天 +# 当private_list_type为blacklist时,私聊名单中的任何用户无法聊天 +ban_user_id = [] # 全局禁止名单(全局禁止名单中的用户无法进行任何聊天) enable_poke = true # 是否启用戳一戳功能 [Voice] # 发送语音设置