🔧 fix(guoba/configSchema): update bottomHelpMessage for character selection in the emoji plugin configuration

This commit is contained in:
Jerry 2026-01-07 18:36:20 +08:00
parent a57c9b2c55
commit 13281e96fe

View File

@ -430,7 +430,7 @@ const guobaSchema = [
field: 'ai.character', field: 'ai.character',
label: '表情包角色', label: '表情包角色',
component: 'Select', component: 'Select',
bottomHelpMessage: '回复表情包时的角色(能力有限,目前仅支持一种角色)', bottomHelpMessage: '回复表情包时的角色(能力有限,目前仅支持一种角色qwq)',
componentProps: { componentProps: {
options: [{ label: '真寻', value: 'zhenxun' }], options: [{ label: '真寻', value: 'zhenxun' }],
placeholder: '请选择表情包角色', placeholder: '请选择表情包角色',