Add SpugPush notification provider (#5813)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
vapao
2025-05-02 14:58:16 +08:00
committed by GitHub
parent b22969a3e6
commit 6a5011ad34
6 changed files with 62 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ const Wpush = require("./notification-providers/wpush");
const SendGrid = require("./notification-providers/send-grid");
const YZJ = require("./notification-providers/yzj");
const SMSPlanet = require("./notification-providers/sms-planet");
const SpugPush = require("./notification-providers/spugpush");
class Notification {
@@ -167,6 +168,7 @@ class Notification {
new SendGrid(),
new YZJ(),
new SMSPlanet(),
new SpugPush(),
];
for (let item of list) {
if (! item.name) {