From afd448bf40ce7bf815609a09ed938a7e3e465b9e Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Thu, 8 Jan 2026 09:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(guoba/configSchema):=20updat?= =?UTF-8?q?e=20help=20message=20and=20field=20name=20for=20improved=20clar?= =?UTF-8?q?ity=20in=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba/configSchema.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guoba/configSchema.js b/guoba/configSchema.js index ca870aa..cc5cd3e 100644 --- a/guoba/configSchema.js +++ b/guoba/configSchema.js @@ -601,7 +601,7 @@ const guobaSchema = [ field: 'ai.blockGroup', label: '禁用群聊', component: 'InputArray', - bottomHelpMessage: '黑名单群聊,插件不会在这些群聊中工作', + bottomHelpMessage: '黑名单群聊,AI不会在这些群聊中工作', componentProps: { placeholder: '请输入群号,按回车添加', }, @@ -776,7 +776,7 @@ const guobaSchema = [ component: 'SOFT_GROUP_BEGIN', }, { - field: 'profile.nickname', + field: 'profile.nickName', label: '机器人昵称', component: 'Input', bottomHelpMessage: '机器人的昵称',