更新 NotificationChannelCard.vue

This commit is contained in:
jxxghp
2025-05-24 09:43:47 +08:00
committed by GitHub
parent b62d291aab
commit 5e23ea7809

View File

@@ -106,8 +106,6 @@ const getIcon = computed(() => {
return slack_image
case 'webpush':
return chrome_image
case 'wechat':
return wechat_image
default:
return custom_image
}