feat: claude的设定

This commit is contained in:
ikechan8370 2023-04-17 12:48:01 +08:00
parent a2d903a2ae
commit 06fd121950
5 changed files with 79 additions and 8 deletions

View file

@ -469,6 +469,18 @@ export function supportGuoba () {
bottomHelpMessage: 'Signing Secret。在Basic Information页面获取',
component: 'Input'
},
{
field: 'slackClaudeEnableGlobalPreset',
label: 'Claude使用全局设定',
bottomHelpMessage: '开启后所有人每次发起新对话时会先发送设定过去再开始对话达到类似Bing自设定的效果。',
component: 'Switch'
},
{
field: 'slackClaudeGlobalPreset',
label: 'Slack全局设定',
bottomHelpMessage: '若启用全局设定,每个人都会默认使用这里的设定。',
component: 'Input'
},
{
label: '以下为ChatGLM方式的配置',
component: 'Divider'