From 529f4360d79e0ef5cb9d6c5c0a91f21447d6d62f Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 25 Mar 2022 16:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E5=92=8C=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ src/components/Footer.vue | 5 ++--- src/components/Header.vue | 11 ++++++----- yarn.lock | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.env.example b/.env.example index 47ba6b0..e5ec513 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,8 @@ BASE_URL=/ VUE_APP_VUEX_KEY=ex_vuex +VUE_APP_PAGE_TITLE="ZH Explorer" +VUE_APP_PAGE_COPYRIGHT="@2021 域展科技 All Rights Reserved.Powered by 哈尔滨域展科技有限公司 黑ICP备19007143号-2" VUE_APP_TITLE=联盟链浏览器 VUE_APP_API_URL=/api VUE_APP_BLOCK_URL=https://explorer.lianshang.vip/api diff --git a/src/components/Footer.vue b/src/components/Footer.vue index a135c5e..44d33a7 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,14 +1,13 @@