mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
新增 wxPusher 推送通道。wxPusher 官方文档: https://wxpusher.zjiecode.com/docs/ (#2594)
* 增加 wxPusher 推送方式 * 补全 wxPusher 推送方式代码 * fix js 方法多进行了一次 JSON 格式化
This commit is contained in:
@@ -97,6 +97,7 @@ export default {
|
||||
{ value: 'iGot', label: 'IGot' },
|
||||
{ value: 'pushPlus', label: 'PushPlus' },
|
||||
{ value: 'wePlusBot', label: intl.get('微加机器人') },
|
||||
{ value: 'wxPusherBot', label: 'wxPusher' },
|
||||
{ value: 'chat', label: intl.get('群晖chat') },
|
||||
{ value: 'email', label: intl.get('邮箱') },
|
||||
{ value: 'lark', label: intl.get('飞书机器人') },
|
||||
@@ -378,6 +379,23 @@ export default {
|
||||
),
|
||||
},
|
||||
],
|
||||
wxPusherBot: [
|
||||
{
|
||||
label: 'wxPusherBotAppToken',
|
||||
tip: intl.get('wxPusherBot的appToken'),
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: 'wxPusherBotTopicIds',
|
||||
tip: intl.get('wxPusherBot的topicIds'),
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
label: 'wxPusherBotUids',
|
||||
tip: intl.get('wxPusherBot的uids'),
|
||||
required: false,
|
||||
},
|
||||
],
|
||||
lark: [
|
||||
{
|
||||
label: 'larkKey',
|
||||
|
||||
Reference in New Issue
Block a user