Add WPush Notification Provider (#5049)

Signed-off-by: Alone88 <anhaoyl@qq.com>
This commit is contained in:
Alone88
2024-08-26 10:57:56 +08:00
committed by GitHub
parent dc3ad88fe1
commit b059c19069
5 changed files with 87 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ import Splunk from "./Splunk.vue";
import SevenIO from "./SevenIO.vue";
import Whapi from "./Whapi.vue";
import Cellsynt from "./Cellsynt.vue";
import WPush from "./WPush.vue";
/**
* Manage all notification form.
@@ -134,6 +135,7 @@ const NotificationFormList = {
"whapi": Whapi,
"gtxmessaging": GtxMessaging,
"Cellsynt": Cellsynt,
"WPush": WPush
};
export default NotificationFormList;