[codex] add QQBot and DingTalk channel settings (#787)
* add qqbot and dingtalk channel settings * remove history session context menu
This commit is contained in:
@@ -920,6 +920,10 @@ export default {
|
||||
clientIdHint: 'DingTalk Client ID',
|
||||
clientSecret: 'Client Secret',
|
||||
clientSecretHint: 'DingTalk Client Secret',
|
||||
allowedUsers: 'Allowed Users',
|
||||
allowedUsersHint: 'Whitelist user IDs or OpenIDs (comma-separated)',
|
||||
allowAllUsers: 'Allow All Users',
|
||||
allowAllUsersHint: 'Allow messages from any user; keep off to use the allowlist',
|
||||
botId: 'Bot ID',
|
||||
botIdHint: 'WeCom Bot ID',
|
||||
wecomSecretHint: 'WeCom Bot Secret',
|
||||
|
||||
@@ -909,6 +909,10 @@ export default {
|
||||
clientIdHint: '釘釘 Client ID',
|
||||
clientSecret: 'Client Secret',
|
||||
clientSecretHint: '釘釘 Client Secret',
|
||||
allowedUsers: '允許使用者',
|
||||
allowedUsersHint: '使用者 ID 或 OpenID 白名單,多個請用英文逗號分隔',
|
||||
allowAllUsers: '允許所有使用者',
|
||||
allowAllUsersHint: '允許任意使用者發起訊息;關閉後使用白名單',
|
||||
botId: 'Bot ID',
|
||||
botIdHint: '企業微信 Bot ID',
|
||||
wecomSecretHint: '企業微信 Bot Secret',
|
||||
|
||||
@@ -912,6 +912,10 @@ export default {
|
||||
clientIdHint: '钉钉 Client ID',
|
||||
clientSecret: 'Client Secret',
|
||||
clientSecretHint: '钉钉 Client Secret',
|
||||
allowedUsers: '允许用户',
|
||||
allowedUsersHint: '用户 ID 或 OpenID 白名单,多个用英文逗号分隔',
|
||||
allowAllUsers: '允许所有用户',
|
||||
allowAllUsersHint: '允许任意用户发起消息;关闭后使用白名单',
|
||||
botId: 'Bot ID',
|
||||
botIdHint: '企业微信 Bot ID',
|
||||
wecomSecretHint: '企业微信 Bot Secret',
|
||||
|
||||
Reference in New Issue
Block a user