From 96136af631bf44a535ea07b14396c0775e610a87 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 16 Apr 2026 20:01:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/layouts/basic.vue | 1 + apps/web-antd/src/store/notify.ts | 7 + .../演示使用自行删除/form/collapsible.vue | 315 ------------------ .../演示使用自行删除/form/value-format.vue | 161 --------- .../src/widgets/notification/notification.vue | 1 + 5 files changed, 9 insertions(+), 476 deletions(-) delete mode 100644 apps/web-antd/src/views/演示使用自行删除/form/collapsible.vue delete mode 100644 apps/web-antd/src/views/演示使用自行删除/form/value-format.vue diff --git a/apps/web-antd/src/layouts/basic.vue b/apps/web-antd/src/layouts/basic.vue index c1870de5e..8946d71d6 100644 --- a/apps/web-antd/src/layouts/basic.vue +++ b/apps/web-antd/src/layouts/basic.vue @@ -154,6 +154,7 @@ useVersionUpdate(); @make-all="notifyStore.setAllRead" @read="notifyStore.setRead" @view-all="handleViewAll" + @remove="notifyStore.removeMessage" />