From 02d7aa03015f853b347a42c8dd3c430ea9842025 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 28 Mar 2023 20:07:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=85=E5=B7=B4=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=A4=E4=B8=AA=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guoba.support.js b/guoba.support.js index b07dd7e..3692cd7 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -292,6 +292,11 @@ export function supportGuoba () { bottomHelpMessage: '允许机器人读取近期的最多群聊聊天记录条数。太多可能会超。默认50', component: 'InputNumber' }, + { + field: 'enableRobotAt', + label: '是否允许机器人真at。', + component: 'Switch' + }, { field: 'sydney', label: 'Custom的设定', @@ -473,6 +478,11 @@ export function supportGuoba () { label: '打招呼所说文字的引导文字', bottomHelpMessage: '将会用这段文字询问ChatGPT,由ChatGPT给出随机的打招呼文字。', component: 'Input' + }, + { + field: 'emojiBaseURL', + abel: '合成emoji的API地址,默认谷歌厨房', + component: 'Input' } ], // 获取配置数据方法(用于前端填充显示数据)