mirror of
https://github.com/imsyy/home.git
synced 2025-05-19 20:50:14 +09:00
Merge cffdea5876
into 0b3844b1a7
This commit is contained in:
commit
d3bf4fac72
19
README.md
19
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)
|
||||
|
||||
<a title="SSL" target="_blank" href="https://myssl.com/seal/detail?domain=blog.imsyy.top"><img src="https://img.shields.io/badge/MySSL-安全认证-brightgreen"></a> <a title="CDN" target="_blank" href="https://cdnjs.com/"><img src="https://img.shields.io/badge/CDN-Cloudflare-blue"></a> <a title="Copyright" target="_blank" href="https://imsyy.top/"><img src="https://img.shields.io/badge/Copyright%20%C2%A9%202020--2023-%E7%84%A1%E5%90%8D-red"></a>
|
||||
=======
|
||||
## Hi there 👋
|
||||
|
||||
<!--
|
||||
**sangyu520/sangyu520** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
|
||||
|
||||
Here are some ideas to get you started:
|
||||
|
||||
- 🔭 I’m currently working on ...
|
||||
- 🌱 I’m currently learning ...
|
||||
- 👯 I’m looking to collaborate on ...
|
||||
- 🤔 I’m looking for help with ...
|
||||
- 💬 Ask me about ...
|
||||
- 📫 How to reach me: ...
|
||||
- 😄 Pronouns: ...
|
||||
- ⚡ Fun fact: ...
|
||||
-->
|
||||
>>>>>>> sangyu520/main
|
||||
|
BIN
public/images/background11.jpg
Normal file
BIN
public/images/background11.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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) => {
|
||||
|
@ -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,
|
||||
};
|
||||
|
||||
// 链接跳转
|
||||
|
Loading…
Reference in New Issue
Block a user