From b8ed0c1926dcb66a1c9867e3ca4090291b5b5c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Tue, 31 Jan 2023 17:02:00 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=20=E5=BD=93=E5=9F=9F=E5=90=8D=E8=BE=83?= =?UTF-8?q?=E9=95=BF=E6=97=B6=E6=A0=B7=E5=BC=8F=E5=87=BA=E7=8E=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20#56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 +-- src/components/Links/index.vue | 1 + src/components/Message/index.vue | 3 +- src/style/style.scss | 7 ++++ src/views/Main/Left.vue | 4 ++- src/views/Main/Right.vue | 14 ++++---- src/views/MoreSet/index.vue | 62 +++++++++++++++++++++++++------- vite.config.js | 3 +- 8 files changed, 75 insertions(+), 23 deletions(-) diff --git a/.env b/.env index 53beec3..48d5398 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # 站点名称 VITE_SITE_NAME = "無名の主页" -VITE_SITE_URL = "imsyy.top" +VITE_SITE_URL = "imsyyyyyymmy.top" VITE_SITE_LOGO = "/images/icon/logo.png" # 简介文本 @@ -10,7 +10,7 @@ VITE_DESC_HELLO_OTHER = "Oops !" VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" # 社交链接 -## 请在根目录下的 socialLinks.json 文件中配置 +## 请在 public 目录下的 socialLinks.json 文件中配置 # 网站链接 ## 请在 src/components/Links/index.vue 文件中配置 diff --git a/src/components/Links/index.vue b/src/components/Links/index.vue index 36b5216..5d1da31 100644 --- a/src/components/Links/index.vue +++ b/src/components/Links/index.vue @@ -41,6 +41,7 @@ import { } from "@vicons/fa"; // 网站链接数据 +// 建议不要超出6个,若需要超出请自行调整样式 let linksData = [ { icon: Blog, diff --git a/src/components/Message/index.vue b/src/components/Message/index.vue index c03cc80..e8b85db 100644 --- a/src/components/Message/index.vue +++ b/src/components/Message/index.vue @@ -4,7 +4,7 @@