mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
Add WPush Notification Provider (#5049)
Signed-off-by: Alone88 <anhaoyl@qq.com>
This commit is contained in:
parent
dc3ad88fe1
commit
b059c19069
5 changed files with 87 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue