From bc882eaef804d02419a58b289314b5c9c61f945d Mon Sep 17 00:00:00 2001
From: Harry <innerpeace.zhai@gmail.com>
Date: Tue, 11 Mar 2025 09:49:18 +0800
Subject: [PATCH] Update src/components/notifications/YZJ.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
---
 src/components/notifications/YZJ.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/notifications/YZJ.vue b/src/components/notifications/YZJ.vue
index a598dd60d..9409b450d 100644
--- a/src/components/notifications/YZJ.vue
+++ b/src/components/notifications/YZJ.vue
@@ -1,7 +1,7 @@
 <template>
     <div class="mb-3">
         <label for="yzjWebHookUrl" class="form-label">{{ $t("YZJ Webhook URL") }}<span style="color: red;"><sup>*</sup></span></label>
-        <input id="yzjWebHookUrl" v-model="$parent.notification.yzjWebHookUrl" type="text" class="form-control" required />
+        <input id="yzjWebHookUrl" v-model="$parent.notification.yzjWebHookUrl" type="url" class="form-control" required />
         <label for="yzjType" class="form-label">{{ $t("YZJ Robot Type") }}<span style="color: red;"><sup>*</sup></span></label>
         <input id="yzjType" v-model="$parent.notification.yzjType" type="text" class="form-control" required />
         <label for="yzjToken" class="form-label">{{ $t("YZJ Robot Token") }}<span style="color: red;"><sup>*</sup></span></label>