Skip to content

Commit

Permalink
更新工具箱
Browse files Browse the repository at this point in the history
  • Loading branch information
lonely-starry committed Mar 12, 2024
1 parent b1201e7 commit 5757f5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/assets/siteLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"link": "https://img.lonelyxm.com/"
},
{
"icon": "Fire",
"name": "暂无",
"link": "https://lonelyx.cn/"
"icon": "Toolbox",
"name": "工具箱",
"link": "https://tool.lonelyx.cn/"
},
{
"icon": "LaptopCode",
Expand Down
3 changes: 2 additions & 1 deletion src/components/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// 可前往 https://www.xicons.org 自行挑选并在此处引入
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, ImageRegular } from "@vicons/fa"; // 注意使用正确的类别
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, ImageRegular, Toolbox } from "@vicons/fa"; // 注意使用正确的类别
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper";
Expand Down Expand Up @@ -71,6 +71,7 @@ const siteIcon = {
Fire,
LaptopCode,
ImageRegular,
Toolbox,
};
// 链接跳转
Expand Down

0 comments on commit 5757f5d

Please sign in to comment.