fix(channels): restore dingtalk multi-account support (#874)
This commit is contained in:
committed by
GitHub
Unverified
parent
3a424ef692
commit
2f03aa1fad
@@ -174,33 +174,11 @@ export const CHANNEL_META: Record<ChannelType, ChannelMeta> = {
|
||||
placeholder: 'channels:meta.dingtalk.fields.clientSecret.placeholder',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
key: 'robotCode',
|
||||
label: 'channels:meta.dingtalk.fields.robotCode.label',
|
||||
type: 'text',
|
||||
placeholder: 'channels:meta.dingtalk.fields.robotCode.placeholder',
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
key: 'corpId',
|
||||
label: 'channels:meta.dingtalk.fields.corpId.label',
|
||||
type: 'text',
|
||||
placeholder: 'channels:meta.dingtalk.fields.corpId.placeholder',
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
key: 'agentId',
|
||||
label: 'channels:meta.dingtalk.fields.agentId.label',
|
||||
type: 'text',
|
||||
placeholder: 'channels:meta.dingtalk.fields.agentId.placeholder',
|
||||
required: false,
|
||||
},
|
||||
],
|
||||
instructions: [
|
||||
'channels:meta.dingtalk.instructions.0',
|
||||
'channels:meta.dingtalk.instructions.1',
|
||||
'channels:meta.dingtalk.instructions.2',
|
||||
'channels:meta.dingtalk.instructions.3',
|
||||
],
|
||||
isPlugin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user