From aca6937efc73907093dc8b77b1ecb15616320aa5 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sun, 8 Feb 2026 21:46:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E5=B9=B3=E5=8F=B0=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=B3=A8=E9=87=8A=E8=AF=AF=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _conf_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_conf_schema.json b/_conf_schema.json index c67b5fe..faaa9b4 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -52,9 +52,9 @@ "type": "bool", "description": "启用定时自动分析", "default": false, - "hint": "是否在指定时间自动进行群聊分析,启用需要填写下面的机器人QQ号,并且确保群聊号在 enabled_groups 配置中,否则获取不到实例,不会自动分析" + "hint": "是否在指定时间自动进行群聊分析,启用需要填写下面的机器人ID号,并且确保群聊号在 enabled_groups 配置中,否则获取不到实例,不会自动分析" }, - "bot_qq_ids": { + "bot_self_ids": { "type": "list", "description": "群分析时屏蔽的用户ID列表", "default": [],