From 41ce8489dc2f03a705dfa3fbb357769defb56c60 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 22 Jul 2025 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/locales/langs/en-US/certd.ts | 1 + packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts | 1 + .../src/views/framework/home/dashboard/index.vue | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/packages/ui/certd-client/src/locales/langs/en-US/certd.ts b/packages/ui/certd-client/src/locales/langs/en-US/certd.ts index 46092f9b..0ceed385 100644 --- a/packages/ui/certd-client/src/locales/langs/en-US/certd.ts +++ b/packages/ui/certd-client/src/locales/langs/en-US/certd.ts @@ -78,6 +78,7 @@ export default { runCount: "Run Count", expiringCerts: "Soon-to-Expire Certificates", supportedTasks: "Overview of Supported Deployment Tasks", + changeLog: "Change Log", }, steps: { createPipeline: "Create Certificate Pipeline", diff --git a/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts b/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts index 28fa4663..3a7feebe 100644 --- a/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts +++ b/packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts @@ -84,6 +84,7 @@ export default { runCount: "运行次数", expiringCerts: "最快到期证书", supportedTasks: "已支持的部署任务总览", + changeLog: "更新日志", }, steps: { createPipeline: "创建证书流水线", diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index a955014b..2f6496bc 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -29,6 +29,10 @@ + + {{ t("certd.dashboard.changeLog") }} + +