From bd3d959944db63a5690b55ee150e1007133868b9 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 15 Jul 2024 01:29:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=A1=88?= =?UTF-8?q?=E5=8F=B7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/layout-framework.vue | 5 ++- .../src/layout/layout-outside.vue | 35 +++++++++++++++---- .../ui/certd-client/src/utils/util.env.ts | 1 + 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/packages/ui/certd-client/src/layout/layout-framework.vue b/packages/ui/certd-client/src/layout/layout-framework.vue index 6edd7ac2c..c3d58f08a 100644 --- a/packages/ui/certd-client/src/layout/layout-framework.vue +++ b/packages/ui/certd-client/src/layout/layout-framework.vue @@ -58,7 +58,10 @@ -
Powered by handsfree.work
+
+ Powered by + handsfree.work +
v{{ version }}
diff --git a/packages/ui/certd-client/src/layout/layout-outside.vue b/packages/ui/certd-client/src/layout/layout-outside.vue index 026850fb9..63e5cd168 100644 --- a/packages/ui/certd-client/src/layout/layout-outside.vue +++ b/packages/ui/certd-client/src/layout/layout-outside.vue @@ -14,13 +14,21 @@ @@ -156,6 +164,21 @@ export default { .copyright { color: rgba(0, 0, 0, 0.45); font-size: 14px; + display: flex; + justify-content: center; + align-items: center; + span { + margin-left: 5px; + margin-right: 5px; + } + a { + color: rgba(0, 0, 0, 0.45); + transition: all 0.3s; + + &:hover { + color: rgba(0, 0, 0, 0.85); + } + } } } } diff --git a/packages/ui/certd-client/src/utils/util.env.ts b/packages/ui/certd-client/src/utils/util.env.ts index 7d935c82a..ac1249837 100644 --- a/packages/ui/certd-client/src/utils/util.env.ts +++ b/packages/ui/certd-client/src/utils/util.env.ts @@ -16,6 +16,7 @@ export class EnvConfig { COPYRIGHT_URL: string; LOGO_PATH: string; PM_ENABLED: string; + ICP_NO: string; constructor() { this.init(); }