From ff83ffd53ad251d248d85eafdc4eaea30df7cbbc Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 15 Jun 2023 10:05:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=97=A0=E6=95=88=20#148?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 17 +++++++++---- index.html | 8 +++--- src/components/Footer/index.vue | 37 +++++++++++++++++----------- src/components/Links/index.vue | 35 +------------------------- src/components/TimeCapsule/index.vue | 2 +- vite.config.js | 2 ++ 6 files changed, 44 insertions(+), 57 deletions(-) diff --git a/.env b/.env index ca09b46..a679382 100644 --- a/.env +++ b/.env @@ -4,7 +4,8 @@ VITE_SITE_ANTHOR = "無名" VITE_SITE_KEYWORDS = "無名,个人主页" VITE_SITE_DES = "一个默默无闻的主页" VITE_SITE_URL = "imsyy.top" -VITE_SITE_LOGO = "/images/icon/logo.png" +VITE_SITE_LOGO = "/images/icon/favicon.ico" +VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # 百度统计(若不需要可不填) VITE_SITE_BAIDUTONGJI = "14e9f35ff8bc67fd4bcb5f07a6e6655a" @@ -20,20 +21,26 @@ VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关 # 网站链接 ## 请在 src/assets/siteLinks.json 文件中配置 +## 网站链接的图标名称可前往 https://www.xicons.org 自行挑选并在 src/components/Links/index.vue 中引入 # 天气 Key -## 请前往高德开放平台注册 **Web服务** Key(免费的) -## 请各位大佬行行好,别再让我超量了 +## 请前往 高德开放平台注册 Web服务 Key +## 请注意不是 Web端 (JS API),免费申请,每日上限 5000 次 +## 此处提供的服务可能会超量从而无法访问,请自行申请!请自行申请!请自行申请! VITE_WEATHER_KEY = "6c13af6fc30868bee488faf2cc652ab4" # 建站日期 -## 请按照 YYYY-MM-DD 格式填写 +## 请按照 YYYY-MM-DD 格式填写或者仅填写年份 YYYY VITE_SITE_START = "2020-10-24" +# ICP 备案号 +## 若不需要,请设为空即可 +VITE_SITE_ICP = "豫ICP备2022018134号-1" + # 歌曲 API 地址 ## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署 ## 此处提供的服务可能会超量从而无法访问,请自行部署 -## 若使用QQ音乐歌单,歌曲数量最好不要超出50首 +## 若使用 QQ 音乐歌单,歌曲数量最好不要超出 50 首 ## 备用:https://api.wuenci.com/meting/api/ VITE_SONG_API = "https://api-meting.imsyy.top/api" # 歌曲服务器 ( netease-网易云, tencent-qq音乐 ) diff --git a/index.html b/index.html index 7061aa8..3d5913c 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,10 @@ + + + + @@ -15,8 +19,6 @@ - - \ No newline at end of file + diff --git a/src/components/Links/index.vue b/src/components/Links/index.vue index 438a8e3..c7e148c 100644 --- a/src/components/Links/index.vue +++ b/src/components/Links/index.vue @@ -47,6 +47,7 @@