diff --git a/_conf_schema.json b/_conf_schema.json index 8713cce..c67b5fe 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -10,7 +10,7 @@ "type": "list", "description": "群组白/黑名单列表", "default": [], - "hint": "黑白名单模式下使用的群组列表。支持填写 AstrBot UMO (如 qq_123456:GroupMessage:123456) 或 纯群号 (如 123456,将尝试自动匹配)。可以使用 /sid 命令查看当前会话的 UMO。", + "hint": "黑白名单模式下使用的群组列表。支持填写 AstrBot UMO (如 xxxxx:GroupMessage:123456) 或 纯群号 (如 123456,将尝试自动匹配)。可以使用 /sid 命令查看当前会话的 UMO。", "items": { "type": "string" }