feat: 支持删除通知消息

This commit is contained in:
dap
2026-04-16 20:01:01 +08:00
parent 89f53869ec
commit 96136af631
5 changed files with 9 additions and 476 deletions

View File

@@ -33,6 +33,7 @@ const emit = defineEmits<{
makeAll: [];
onClick: [NotificationItem];
read: [NotificationItem];
remove: [NotificationItem];
viewAll: [];
}>();