mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 11:36:27 -04:00
Add support for Pushdeer notifications
This commit is contained in:
parent
2e3414135f
commit
fb059f5e91
4 changed files with 75 additions and 0 deletions
|
@ -32,6 +32,7 @@ const GoogleChat = require("./notification-providers/google-chat");
|
|||
const Gorush = require("./notification-providers/gorush");
|
||||
const Alerta = require("./notification-providers/alerta");
|
||||
const OneBot = require("./notification-providers/onebot");
|
||||
const Pushdeer = require("./notification-providers/pushdeer");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -75,6 +76,7 @@ class Notification {
|
|||
new Gorush(),
|
||||
new Alerta(),
|
||||
new OneBot(),
|
||||
new Pushdeer(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue