diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..f721f26
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+sangyufeiwan.com
\ No newline at end of file
diff --git a/README.md b/README.md
index 69b95a4..ff53324 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
简体中文 | [English](./README_EN.md)
> [!IMPORTANT]
@@ -246,3 +247,21 @@ if (type == 0) {
[](https://star-history.com/#imsyy/home&Date)
+=======
+## Hi there 👋
+
+
+>>>>>>> sangyu520/main
diff --git a/public/images/background11.jpg b/public/images/background11.jpg
new file mode 100644
index 0000000..ad6142e
Binary files /dev/null and b/public/images/background11.jpg differ
diff --git a/src/assets/siteLinks.json b/src/assets/siteLinks.json
index e29ae50..abc75ec 100644
--- a/src/assets/siteLinks.json
+++ b/src/assets/siteLinks.json
@@ -2,17 +2,17 @@
{
"icon": "Blog",
"name": "博客",
- "link": "https://blog.imsyy.top/"
+ "link": "https://sangyufeiwan.com/"
},
{
- "icon": "Cloud",
+ "icon": "Baidu Netdisk",
"name": "网盘",
- "link": "https://pan.imsyy.top/"
+ "link": "https://pan.baidu.com/disk/main#/index?category=all"
},
{
- "icon": "CompactDisc",
+ "icon": "Cloud Music",
"name": "音乐",
- "link": "https://music.imsyy.top/"
+ "link": "https://music.163.com/"
},
{
"icon": "Compass",
diff --git a/src/assets/socialLinks.json b/src/assets/socialLinks.json
index 7865332..82f268d 100644
--- a/src/assets/socialLinks.json
+++ b/src/assets/socialLinks.json
@@ -3,13 +3,13 @@
"name": "Github",
"icon": "/images/icon/github.png",
"tip": "去 Github 看看",
- "url": "https://github.com/imsyy"
+ "url": "https://github.com/sangyu520/sangyu520"
},
{
"name": "BiliBili",
"icon": "/images/icon/bilibili.png",
"tip": "(゜-゜)つロ 干杯 ~",
- "url": "https://space.bilibili.com/98544142"
+ "url": "https://www.bilibili.com/"
},
{
"name": "QQ",
@@ -21,18 +21,18 @@
"name": "Email",
"icon": "/images/icon/email.png",
"tip": "来封 Email ~",
- "url": "mailto:one@imsyy.top"
+ "url": "https://mail.qq.com/cgi-bin/frame_html?sid=Fx2So61OvPAVK1I1&r=c6de0ebd57da5cb9a3f27b79377d0080&lang=zh"
},
{
- "name": "Twitter",
+ "name": "Chat gpt",
"icon": "/images/icon/twitter.png",
"tip": "你懂的 ~",
- "url": "https://twitter.com/iimmsyy"
+ "url": "https://openai.com/chatgpt/overview/"
},
{
- "name": "Telegram",
+ "name": "Tencent Video",
"icon": "/images/icon/telegram.png",
- "tip": "你懂的 ~",
- "url": "https://t.me/bottom_user"
+ "tip": "刷剧 ~",
+ "url": "https://v.qq.com/channel/movie"
}
]
diff --git a/src/components/Background.vue b/src/components/Background.vue
index 1f26360..2f61842 100644
--- a/src/components/Background.vue
+++ b/src/components/Background.vue
@@ -34,7 +34,7 @@ const emit = defineEmits(["loadComplete"]);
// 壁纸随机数
// 请依据文件夹内的图片个数修改 Math.random() 后面的第一个数字
-const bgRandom = Math.floor(Math.random() * 10 + 1);
+const bgRandom = Math.floor(11);
// 更换壁纸链接
const changeBg = (type) => {
diff --git a/src/components/Links.vue b/src/components/Links.vue
index f7b99c0..5b6dbdd 100644
--- a/src/components/Links.vue
+++ b/src/components/Links.vue
@@ -43,7 +43,7 @@