From d3c2f8eb436e670772d14a54acd6b541c5aa3978 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 6 Jun 2025 18:20:30 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=AB=99=E7=82=B9=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=94=AF=E6=8C=81=E5=AE=9A=E6=97=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E9=87=8D=E8=AF=95=E6=AC=A1=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/cron-editor/index.vue | 22 ++-- .../views/certd/monitor/site/setting/api.ts | 2 + .../certd/monitor/site/setting/index.vue | 15 +++ .../user/monitor/site-info-controller.ts | 1 + .../src/modules/auto/auto-c-register-cron.ts | 49 ++++----- .../src/modules/mine/service/models.ts | 2 + .../monitor/service/site-info-service.ts | 101 +++++++++++++++++- 7 files changed, 147 insertions(+), 45 deletions(-) diff --git a/packages/ui/certd-client/src/components/cron-editor/index.vue b/packages/ui/certd-client/src/components/cron-editor/index.vue index d11d8074..0540a6d0 100644 --- a/packages/ui/certd-client/src/components/cron-editor/index.vue +++ b/packages/ui/certd-client/src/components/cron-editor/index.vue @@ -1,17 +1,7 @@