feat: Add ServerChan Notification support

This commit is contained in:
MA Junyi
2022-09-23 23:27:22 +08:00
parent 22ef8ff751
commit b03624b7e3
4 changed files with 56 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ const Webhook = require("./notification-providers/webhook");
const WeCom = require("./notification-providers/wecom");
const GoAlert = require("./notification-providers/goalert");
const SMSManager = require("./notification-providers/smsmanager");
const ServerChan = require("./notification-providers/serverchan");
class Notification {
@@ -80,6 +81,7 @@ class Notification {
new Pushover(),
new Pushy(),
new RocketChat(),
new ServerChan(),
new SerwerSMS(),
new Signal(),
new SMSManager(),