mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
feat: Add ServerChan Notification support
This commit is contained in:
parent
22ef8ff751
commit
b03624b7e3
4 changed files with 56 additions and 0 deletions
|
@ -26,6 +26,7 @@ import PushDeer from "./PushDeer.vue";
|
|||
import Pushover from "./Pushover.vue";
|
||||
import Pushy from "./Pushy.vue";
|
||||
import RocketChat from "./RocketChat.vue";
|
||||
import ServerChan from "./ServerChan.vue";
|
||||
import SerwerSMS from "./SerwerSMS.vue";
|
||||
import Signal from "./Signal.vue";
|
||||
import SMSManager from "./SMSManager.vue";
|
||||
|
@ -85,6 +86,7 @@ const NotificationFormList = {
|
|||
"webhook": Webhook,
|
||||
"WeCom": WeCom,
|
||||
"GoAlert": GoAlert,
|
||||
"ServerChan": ServerChan,
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue