From 33b90e3979f53d8daba218e5ac9b9af401c3cb14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com>
Date: Thu, 5 Feb 2026 19:28:56 +0800
Subject: [PATCH] feat: Webhook URL default hidden display (#11803)
---
.../src/views/setting/alert/setting/index.vue | 84 ++++++++++++++++++-
1 file changed, 80 insertions(+), 4 deletions(-)
diff --git a/frontend/src/views/setting/alert/setting/index.vue b/frontend/src/views/setting/alert/setting/index.vue
index 111c2f84e..2e37e3bfc 100644
--- a/frontend/src/views/setting/alert/setting/index.vue
+++ b/frontend/src/views/setting/alert/setting/index.vue
@@ -158,7 +158,22 @@
{{ weComConfig.config.displayName }}
- {{ weComConfig.config.url }}
+
+
+
+
+ {{ weComConfig.config.url }}
+
+
+
+
+ ****************
+
+
+
+
+
+
@@ -208,7 +223,26 @@
{{ dingTalkConfig.config.displayName }}
- {{ dingTalkConfig.config.url }}
+
+
+
+
+ {{ dingTalkConfig.config.url }}
+
+
+
+
+ ****************
+
+
+
+
+
+
@@ -258,7 +292,26 @@
{{ feiShuConfig.config.displayName }}
- {{ feiShuConfig.config.url }}
+
+
+
+
+ {{ feiShuConfig.config.url }}
+
+
+
+
+ ****************
+
+
+
+
+
+
@@ -318,10 +371,11 @@