mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 15:25:36 -04:00
feat(*): support WeCom notification
This commit is contained in:
parent
a48176bd48
commit
40b70277c7
4 changed files with 63 additions and 0 deletions
|
@ -25,6 +25,7 @@ const DingDing = require("./notification-providers/dingding");
|
|||
const Bark = require("./notification-providers/bark");
|
||||
const SerwerSMS = require("./notification-providers/serwersms");
|
||||
const Stackfield = require("./notification-providers/stackfield");
|
||||
const WeCom = require("./notification-providers/wecom");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -62,6 +63,7 @@ class Notification {
|
|||
new Bark(),
|
||||
new SerwerSMS(),
|
||||
new Stackfield(),
|
||||
new WeCom(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue