From 74ea0af9bc9c952cbf40bf43e90b1ffa82b458e3 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Thu, 25 Sep 2025 22:52:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=90=8E=E7=AB=AF=E5=8F=91?= =?UTF-8?q?=E9=80=81ws=EF=BC=8C=E6=94=B6=E5=88=B0=E5=90=8E=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E4=BC=9A=E8=87=AA=E6=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/TitleBar.vue | 2 +- frontend/src/types/electron.d.ts | 6 +++ frontend/src/types/electron.ts | 5 +++ .../src/views/scheduler/schedulerHandlers.ts | 40 ++++++++++++++++++- .../src/views/scheduler/useSchedulerLogic.ts | 7 ++++ 5 files changed, 58 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/TitleBar.vue b/frontend/src/components/TitleBar.vue index e0e98cc..adfe81e 100644 --- a/frontend/src/components/TitleBar.vue +++ b/frontend/src/components/TitleBar.vue @@ -41,7 +41,7 @@