Merge branch 'master' into add-wecom-notification

This commit is contained in:
Leslie Leung
2022-01-03 21:43:56 +08:00
committed by GitHub
7 changed files with 91 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ const Bark = require("./notification-providers/bark");
const SerwerSMS = require("./notification-providers/serwersms");
const Stackfield = require("./notification-providers/stackfield");
const WeCom = require("./notification-providers/wecom");
const GoogleChat = require("./notification-providers/google-chat");
class Notification {
@@ -64,6 +65,7 @@ class Notification {
new SerwerSMS(),
new Stackfield(),
new WeCom(),
new GoogleChat()
];
for (let item of list) {