From 5e23ea78090c1585bd07cb0ef1a4524383c5e9d0 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 May 2025 09:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20NotificationChannelCard.vu?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/NotificationChannelCard.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/cards/NotificationChannelCard.vue b/src/components/cards/NotificationChannelCard.vue index 576acc60..4edba69e 100644 --- a/src/components/cards/NotificationChannelCard.vue +++ b/src/components/cards/NotificationChannelCard.vue @@ -106,8 +106,6 @@ const getIcon = computed(() => { return slack_image case 'webpush': return chrome_image - case 'wechat': - return wechat_image default: return custom_image }