加入背景图

This commit is contained in:
sangyu520 2025-03-28 08:48:46 +08:00
parent 0b3844b1a7
commit 45c022a871
5 changed files with 16 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -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",

View File

@ -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"
}
]

View File

@ -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) => {

View File

@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// https://www.xicons.org
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode } from "@vicons/fa"; // 使
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Search} from "@vicons/fa"; // 使
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper/modules";
@ -70,6 +70,7 @@ const siteIcon = {
Book,
Fire,
LaptopCode,
Search,
};
//