完成@消息和私聊消息筛选
This commit is contained in:
14
_conf_schema.json
Normal file
14
_conf_schema.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"group_whitelist": {
|
||||
"description": "允许中转的群聊ID白名单(仅处理这些群的消息)",
|
||||
"type": "list",
|
||||
"hint": "填写需要允许中转的群号,多个群号用英文逗号分隔",
|
||||
"default": []
|
||||
},
|
||||
"private_blacklist": {
|
||||
"description": "不允许中转的私聊账号黑名单(这些账号的私聊消息将被忽略)",
|
||||
"type": "list",
|
||||
"hint": "填写需要屏蔽的用户ID,多个ID用英文逗号分隔",
|
||||
"default": []
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user