Files
astrbot-plugin-test/_conf_schema.json

15 lines
494 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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