template更改

pull/31/head
UnCLAS-Prommer 2025-05-17 16:12:14 +08:00
parent db3753a5d1
commit 16dab027ec
1 changed files with 1 additions and 1 deletions

View File

@ -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时使用黑名单模式以下两个列表的含义是禁止名单中的人聊天