mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
Add DingDing notification
This commit is contained in:
parent
57a76e6129
commit
843992c410
4 changed files with 99 additions and 0 deletions
|
@ -20,6 +20,7 @@ const Telegram = require("./notification-providers/telegram");
|
|||
const Webhook = require("./notification-providers/webhook");
|
||||
const Feishu = require("./notification-providers/feishu");
|
||||
const AliyunSms = require("./notification-providers/aliyun-sms");
|
||||
const DingDing = require("./notification-providers/dingding");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -33,6 +34,7 @@ class Notification {
|
|||
const list = [
|
||||
new Apprise(),
|
||||
new AliyunSms(),
|
||||
new DingDing(),
|
||||
new Discord(),
|
||||
new Teams(),
|
||||
new Gotify(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue