From e37909d47817be61a2768e1c838e0f1f5fef8932 Mon Sep 17 00:00:00 2001 From: liqiang <1206709430@qq.com> Date: Fri, 21 Mar 2025 04:09:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E6=96=B0=E5=A2=9E=E6=A0=B8?= =?UTF-8?q?=E5=BF=83=E5=B7=A5=E5=85=B7=E6=A8=A1=E5=9D=97=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=80=9A=E7=9F=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 cores.tsx 文件,实现核心工具模块 - 添加任务列表和事件总线功能 - 实现系统通知和任务处理逻辑 - 在 App.vue 中集成新功能 - 优化通知显示逻辑,支持不同内容类型的通知 --- web/src/App.vue | 34 +++++++++++++++++++++--- web/src/utils/cores.tsx | 57 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 web/src/utils/cores.tsx diff --git a/web/src/App.vue b/web/src/App.vue index 56f585e..c13df04 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -11,7 +11,7 @@