mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
增加飞书机器人通知
This commit is contained in:
+17
-2
@@ -93,6 +93,7 @@ export default {
|
||||
{ value: 'pushPlus', label: 'PushPlus' },
|
||||
{ value: 'chat', label: '群辉chat' },
|
||||
{ value: 'email', label: '邮箱' },
|
||||
{ value: 'lark', label: '飞书机器人' },
|
||||
{ value: 'webhook', label: '自定义通知' },
|
||||
{ value: 'closed', label: '已关闭' },
|
||||
],
|
||||
@@ -208,7 +209,10 @@ export default {
|
||||
tip: '发送的目标,群组或者好友',
|
||||
required: true,
|
||||
placeholder: '请输入要发送的目标',
|
||||
items: [{ value: 'room', label: '群聊' }, { value: 'contact', label: '好友' }],
|
||||
items: [
|
||||
{ value: 'room', label: '群聊' },
|
||||
{ value: 'contact', label: '好友' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'aibotkName',
|
||||
@@ -234,6 +238,13 @@ export default {
|
||||
tip: '一对多推送的“群组编码”(一对多推送下面->您的群组(如无则新建)->群组编码,如果您是创建群组人。也需点击“查看二维码”扫描绑定,否则不能接受群组消息推送)',
|
||||
},
|
||||
],
|
||||
lark: [
|
||||
{
|
||||
label: 'larkKey',
|
||||
tip: '飞书群组机器人:https://www.feishu.cn/hc/zh-CN/articles/360024984973',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
email: [
|
||||
{
|
||||
label: 'emailService',
|
||||
@@ -254,7 +265,11 @@ export default {
|
||||
label: 'webhookContentType',
|
||||
tip: '请求头Content-Type',
|
||||
required: true,
|
||||
items: [{ value: 'application/json' }, { value: 'multipart/form-data' }, { value: 'application/x-www-form-urlencoded' }],
|
||||
items: [
|
||||
{ value: 'application/json' },
|
||||
{ value: 'multipart/form-data' },
|
||||
{ value: 'application/x-www-form-urlencoded' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'webhookUrl',
|
||||
|
||||
Reference in New Issue
Block a user