Add Feishu notification

This commit is contained in:
wuwenjing
2021-10-11 17:20:09 +08:00
parent 2a1fd93444
commit 6d9b71c054
6 changed files with 108 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ const SMTP = require("./notification-providers/smtp");
const Teams = require("./notification-providers/teams");
const Telegram = require("./notification-providers/telegram");
const Webhook = require("./notification-providers/webhook");
const Feishu = require("./notification-providers/feishu");
class Notification {
@@ -35,6 +36,7 @@ class Notification {
new Gotify(),
new Line(),
new LunaSea(),
new Feishu(),
new Mattermost(),
new Matrix(),
new Octopush(),