+
+
+
+
+
+
+ http://www.pushdeer.com/
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 2fa36c0f4..496d35fa0 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -30,6 +30,7 @@ import GoogleChat from "./GoogleChat.vue";
import Gorush from "./Gorush.vue";
import Alerta from "./Alerta.vue";
import OneBot from "./OneBot.vue";
+import PushDeer from "./PushDeer.vue";
/**
* Manage all notification form.
@@ -69,6 +70,7 @@ const NotificationFormList = {
"gorush": Gorush,
"alerta": Alerta,
"OneBot": OneBot,
+ "PushDeer": PushDeer,
};
export default NotificationFormList;
diff --git a/src/languages/en.js b/src/languages/en.js
index 2dcec68cc..0ba98e11c 100644
--- a/src/languages/en.js
+++ b/src/languages/en.js
@@ -451,4 +451,5 @@ export default {
onebotPrivateMessage: "Private",
onebotUserOrGroupId: "Group/User ID",
onebotSafetyTips: "For safety, must set access token",
+ "PushDeer Key": "PushDeer Key",
};