更新 NotificationChannelCard.vue

This commit is contained in:
jxxghp
2025-05-24 09:43:47 +08:00
committed by GitHub
parent b62d291aab
commit 5e23ea7809
@@ -106,8 +106,6 @@ const getIcon = computed(() => {
return slack_image return slack_image
case 'webpush': case 'webpush':
return chrome_image return chrome_image
case 'wechat':
return wechat_image
default: default:
return custom_image return custom_image
} }