diff --git a/.env b/.env index 53beec3..fa9fa7f 100644 --- a/.env +++ b/.env @@ -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/package.json b/package.json index 735dfbd..dd5504f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "github": "https://github.com/imsyy/home", "home": "https://imsyy.top", "private": true, - "version": "4.0.1", + "version": "4.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/public/socialLinks.json b/public/socialLinks.json index bfeace1..625df14 100644 --- a/public/socialLinks.json +++ b/public/socialLinks.json @@ -12,7 +12,7 @@ "name": "QQ", "icon": "/images/icon/qq.png", "tip": "有什么事吗", - "url": "https://wpa.qq.com/msgrd?v=3&uin=1539250352&site=qq&menu=yes" + "url": "https://res.abeim.cn/api/qq/?qq=1539250352" }, { "name": "Email", "icon": "/images/icon/email.png", 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..ee2f847 100644 --- a/src/components/Message/index.vue +++ b/src/components/Message/index.vue @@ -4,7 +4,7 @@