🔧 fix(guoba/configSchema): update help message and field name for improved clarity in settings

This commit is contained in:
Jerry 2026-01-08 09:42:03 +08:00
parent 13281e96fe
commit afd448bf40

View File

@ -601,7 +601,7 @@ const guobaSchema = [
field: 'ai.blockGroup', field: 'ai.blockGroup',
label: '禁用群聊', label: '禁用群聊',
component: 'InputArray', component: 'InputArray',
bottomHelpMessage: '黑名单群聊,插件不会在这些群聊中工作', bottomHelpMessage: '黑名单群聊,AI不会在这些群聊中工作',
componentProps: { componentProps: {
placeholder: '请输入群号,按回车添加', placeholder: '请输入群号,按回车添加',
}, },
@ -776,7 +776,7 @@ const guobaSchema = [
component: 'SOFT_GROUP_BEGIN', component: 'SOFT_GROUP_BEGIN',
}, },
{ {
field: 'profile.nickname', field: 'profile.nickName',
label: '机器人昵称', label: '机器人昵称',
component: 'Input', component: 'Input',
bottomHelpMessage: '机器人的昵称', bottomHelpMessage: '机器人的昵称',