完成@消息和私聊消息筛选

This commit is contained in:
2025-08-12 16:59:34 +08:00
parent 8e98c68f3f
commit 0d04b8288d
3 changed files with 101 additions and 18 deletions

14
_conf_schema.json Normal file
View File

@@ -0,0 +1,14 @@
{
"group_whitelist": {
"description": "允许中转的群聊ID白名单仅处理这些群的消息",
"type": "list",
"hint": "填写需要允许中转的群号,多个群号用英文逗号分隔",
"default": []
},
"private_blacklist": {
"description": "不允许中转的私聊账号黑名单(这些账号的私聊消息将被忽略)",
"type": "list",
"hint": "填写需要屏蔽的用户ID多个ID用英文逗号分隔",
"default": []
}
}