diff --git a/src/components/notifications/Webhook.vue b/src/components/notifications/Webhook.vue
index 84ad0a6c8..1b85a5409 100644
--- a/src/components/notifications/Webhook.vue
+++ b/src/components/notifications/Webhook.vue
@@ -1,22 +1,32 @@
-
+
-
-
+
+
+
+
+
+
diff --git a/src/components/notifications/ZohoCliq.vue b/src/components/notifications/ZohoCliq.vue
new file mode 100644
index 000000000..9a9cd7360
--- /dev/null
+++ b/src/components/notifications/ZohoCliq.vue
@@ -0,0 +1,18 @@
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 0c220b717..810cdf03e 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -12,6 +12,7 @@ import GoogleChat from "./GoogleChat.vue";
import Gorush from "./Gorush.vue";
import Gotify from "./Gotify.vue";
import HomeAssistant from "./HomeAssistant.vue";
+import Kook from "./Kook.vue";
import Line from "./Line.vue";
import LineNotify from "./LineNotify.vue";
import LunaSea from "./LunaSea.vue";
@@ -42,6 +43,7 @@ import Telegram from "./Telegram.vue";
import Webhook from "./Webhook.vue";
import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
+import ZohoCliq from "./ZohoCliq.vue";
/**
* Manage all notification form.
@@ -63,6 +65,7 @@ const NotificationFormList = {
"gorush": Gorush,
"gotify": Gotify,
"HomeAssistant": HomeAssistant,
+ "Kook": Kook,
"line": Line,
"LineNotify": LineNotify,
"lunasea": LunaSea,
@@ -93,6 +96,7 @@ const NotificationFormList = {
"WeCom": WeCom,
"GoAlert": GoAlert,
"ServerChan": ServerChan,
+ "ZohoCliq": ZohoCliq
};
export default NotificationFormList;
diff --git a/src/components/settings/General.vue b/src/components/settings/General.vue
index 612ed8029..1f6964155 100644
--- a/src/components/settings/General.vue
+++ b/src/components/settings/General.vue
@@ -49,7 +49,7 @@
v-model="settings.searchEngineIndex"
class="form-check-input"
type="radio"
- name="flexRadioDefault"
+ name="searchEngineIndex"
:value="true"
required
/>
@@ -63,7 +63,7 @@
v-model="settings.searchEngineIndex"
class="form-check-input"
type="radio"
- name="flexRadioDefault"
+ name="searchEngineIndex"
:value="false"
required
/>
@@ -150,6 +150,46 @@