添加群晖synology chat通知推送 (#1610)

This commit is contained in:
Appoip
2022-09-04 18:10:20 +08:00
committed by GitHub
parent 2de189d189
commit 952cdc0e3f
6 changed files with 123 additions and 2 deletions
+9
View File
@@ -90,6 +90,7 @@ export default {
{ value: 'weWorkApp', label: '企业微信应用' },
{ value: 'iGot', label: 'IGot' },
{ value: 'pushPlus', label: 'PushPlus' },
{ value: 'chat', label: 'chat' },
{ value: 'email', label: '邮箱' },
{ value: 'closed', label: '已关闭' },
],
@@ -103,6 +104,14 @@ export default {
{ label: 'gotifyToken', tip: 'gotify的消息应用token码', required: true },
{ label: 'gotifyPriority', tip: '推送消息的优先级' },
],
chat: [
{
label: 'chatUrl',
tip: 'chat的url地址',
required: true,
},
{ label: 'chattoken', tip: 'chat的token码', required: true },
],
goCqHttpBot: [
{
label: 'goCqHttpBotUrl',