feat: slack支持指定频道以便共享claude机器人

This commit is contained in:
ikechan8370 2023-04-20 13:08:30 +08:00
parent 74f4b641e4
commit a3ef75cdcc
3 changed files with 31 additions and 19 deletions

View file

@ -469,6 +469,12 @@ export function supportGuoba () {
bottomHelpMessage: 'Signing Secret。在Basic Information页面获取',
component: 'Input'
},
{
field: 'slackClaudeSpecifiedChannel',
label: 'Slack指定频道',
bottomHelpMessage: '为空时将为每个qq号建立私有频道。若填写了对话将发生在本频道。和其他人公用workspace时建议用这个',
component: 'Input'
},
{
field: 'slackClaudeEnableGlobalPreset',
label: 'Claude使用全局设定',