Add OneBot notification service

This commit is contained in:
ColdThunder11 2022-01-28 15:02:28 +08:00 committed by Louis Lam
parent 0a5db0cecb
commit 4656ab3d57
6 changed files with 96 additions and 0 deletions

View file

@ -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;