mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
Add OneBot notification service
This commit is contained in:
parent
0a5db0cecb
commit
4656ab3d57
6 changed files with 96 additions and 0 deletions
|
@ -29,6 +29,7 @@ import WeCom from "./WeCom.vue";
|
|||
import GoogleChat from "./GoogleChat.vue";
|
||||
import Gorush from "./Gorush.vue";
|
||||
import Alerta from "./Alerta.vue";
|
||||
import OneBot from "./OneBot.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
|
@ -67,6 +68,7 @@ const NotificationFormList = {
|
|||
"GoogleChat": GoogleChat,
|
||||
"gorush": Gorush,
|
||||
"alerta": Alerta,
|
||||
"OneBot": OneBot,
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue