fix(typo)

This commit is contained in:
SXP-Simon
2026-02-08 21:27:44 +08:00
parent 185c5edcfb
commit 7ea84093da
+1 -1
View File
@@ -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"
}