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] # 发送语音设置