fix: 锅巴面板增加两个配置项

This commit is contained in:
ikechan8370 2023-03-28 20:07:58 +08:00
parent cc2c561224
commit 02d7aa0301

View file

@ -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'
}
],
// 获取配置数据方法(用于前端填充显示数据)