From 6b778d37829ac27e554706dad841129a9ab6c701 Mon Sep 17 00:00:00 2001 From: supine0703 Date: Sun, 30 Jun 2024 05:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20author=E5=92=8Cpercentage?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=AD=A3=E5=92=8C=E9=83=A8=E5=88=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 添加链接悬停效果 2. Copyright 如果 左界>=右界 则只显示右界 3. 修正anthor->author 4. 修正TimeCapsule中el-progress的:percentage值的类型错误 --- .env.example | 2 +- index.html | 2 +- src/App.vue | 3 ++- src/components/Footer.vue | 38 ++++++++++++++++++++++++---------- src/components/TimeCapsule.vue | 2 +- src/style/style.scss | 6 ++++++ 6 files changed, 38 insertions(+), 15 deletions(-) diff --git a/.env.example b/.env.example index 5645f5d..9f7b1ba 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ # 站点信息 VITE_SITE_NAME = "無名の主页" # 名称 -VITE_SITE_ANTHOR = "無名" # 作者 +VITE_SITE_AUTHOR = "無名" # 作者 VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词 VITE_SITE_DES = "一个默默无闻的主页" # 站点简介 VITE_SITE_URL = "imsyy.top" # 站点地址 diff --git a/index.html b/index.html index f2c2682..19ee83a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - + %VITE_SITE_NAME% diff --git a/src/App.vue b/src/App.vue index 3c905b6..7cf76e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,6 +32,7 @@ +