template更改
parent
db3753a5d1
commit
16dab027ec
|
|
@ -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时,使用黑名单模式,以下两个列表的含义是:禁止名单中的人聊天
|
||||
|
|
|
|||
Loading…
Reference in New Issue