更新配置和锅巴文件

This commit is contained in:
gaoao-3 2024-12-31 12:51:25 +08:00
parent c0dede892f
commit a6711ec8dd
2 changed files with 20 additions and 6 deletions

View file

@ -45,12 +45,24 @@ export function supportGuoba () {
bottomHelpMessage: '开启后,则允许用户使用#chat1/#chat3/#chatglm/#bing等命令无视全局模式进行聊天',
component: 'Switch'
},
{
field: 'assistantLabel',
label: 'AI名字',
bottomHelpMessage: 'AI认为的自己的名字当你问他你是谁是他会回答这里的名字',
component: 'Input'
},
{
field: 'assistantLabel',
label: 'AI名字',
bottomHelpMessage: 'AI认为的自己的名字当你问他你是谁是他会回答这里的名字',
component: 'Input'
},
{
field: 'specialUserQQs',
label: '特殊用户QQ号',
bottomHelpMessage: '在这里添加特殊用户的QQ号码。',
component: 'Input'
},
{
field: 'specialUserNames',
label: '特殊用户名称',
bottomHelpMessage: '在这里添加特殊用户的名称。',
component: 'Input'
},
{
field: 'enableBYM',
label: '开启伪人模式',