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

@@ -64,6 +64,7 @@ import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
import ZohoCliq from "./ZohoCliq.vue";
import Splunk from "./Splunk.vue";
import SpugPush from "./SpugPush.vue";
import SevenIO from "./SevenIO.vue";
import Whapi from "./Whapi.vue";
import WAHA from "./WAHA.vue";
@@ -140,6 +141,7 @@ const NotificationFormList = {
"threema": Threema,
"twilio": Twilio,
"Splunk": Splunk,
"SpugPush": SpugPush,
"webhook": Webhook,
"WeCom": WeCom,
"GoAlert": GoAlert,