diff --git a/packages/ui/certd-client/.env b/packages/ui/certd-client/.env
index 7203985e..8653ba64 100644
--- a/packages/ui/certd-client/.env
+++ b/packages/ui/certd-client/.env
@@ -3,6 +3,8 @@ VITE_APP_API=/api
VITE_APP_PM_ENABLED=true
VITE_APP_TITLE=Certd
VITE_APP_SLOGAN=让你的证书永不过期
-VITE_APP_COPYRIGHT=Copyright © 2021-2024 handsfree.work
+VITE_APP_COPYRIGHT_YEAR=2021-2024
+VITE_APP_COPYRIGHT_NAME=handsfree.work
+VITE_APP_COPYRIGHT_URL=https://certd.handsfree.work
VITE_APP_LOGO_PATH=./images/logo/logo.svg
VITE_APP_PROJECT_PATH=https://github.com/certd/certd
diff --git a/packages/ui/certd-client/src/layout/layout-outside.vue b/packages/ui/certd-client/src/layout/layout-outside.vue
index b57a104c..026850fb 100644
--- a/packages/ui/certd-client/src/layout/layout-outside.vue
+++ b/packages/ui/certd-client/src/layout/layout-outside.vue
@@ -19,7 +19,9 @@
隐私
条款
-
{{ envRef.COPYRIGHT }}
+
diff --git a/packages/ui/certd-client/src/utils/util.env.ts b/packages/ui/certd-client/src/utils/util.env.ts
index d221aafc..7d935c82 100644
--- a/packages/ui/certd-client/src/utils/util.env.ts
+++ b/packages/ui/certd-client/src/utils/util.env.ts
@@ -11,7 +11,9 @@ export class EnvConfig {
STORAGE: string;
TITLE: string;
SLOGAN: string;
- COPYRIGHT: string;
+ COPYRIGHT_YEAR: string;
+ COPYRIGHT_NAME: string;
+ COPYRIGHT_URL: string;
LOGO_PATH: string;
PM_ENABLED: string;
constructor() {
diff --git a/packages/ui/certd-client/src/views/certd/pipeline/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/index.vue
index 1a3a0b01..9abf79cb 100644
--- a/packages/ui/certd-client/src/views/certd/pipeline/index.vue
+++ b/packages/ui/certd-client/src/views/certd/pipeline/index.vue
@@ -5,7 +5,7 @@
- 出现Promise rejected attempt #18,retrying in 10000ms:No TXT recordsfound for name属于正常现象,多重试几次
+
diff --git a/packages/ui/certd-client/src/views/framework/home/content/index.vue b/packages/ui/certd-client/src/views/framework/home/content/index.vue
index 8cdd598a..73775193 100644
--- a/packages/ui/certd-client/src/views/framework/home/content/index.vue
+++ b/packages/ui/certd-client/src/views/framework/home/content/index.vue
@@ -7,7 +7,15 @@
让你的证书永不过期
-
+
+
+
+ 证书和授权为敏感信息,不要使用来历不明的在线CertD服务,以免泄露;请务必私有化部署使用,认准官方版本发布渠道:
+
gitee、
+
github
+
+
+