From 13281e96fe0ce79e623e3bf51ae640850e3d8e3a Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Wed, 7 Jan 2026 18:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(guoba/configSchema):=20updat?= =?UTF-8?q?e=20bottomHelpMessage=20for=20character=20selection=20in=20the?= =?UTF-8?q?=20emoji=20plugin=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba/configSchema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guoba/configSchema.js b/guoba/configSchema.js index b1f9716..ca870aa 100644 --- a/guoba/configSchema.js +++ b/guoba/configSchema.js @@ -430,7 +430,7 @@ const guobaSchema = [ field: 'ai.character', label: '表情包角色', component: 'Select', - bottomHelpMessage: '回复表情包时的角色(能力有限,目前仅支持一种角色)', + bottomHelpMessage: '回复表情包时的角色(能力有限,目前仅支持一种角色qwq)', componentProps: { options: [{ label: '真寻', value: 'zhenxun' }], placeholder: '请选择表情包角色',