Skip to content

Commit

Permalink
add it-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidingPlus committed Aug 12, 2024
1 parent 95ae953 commit 65fcf09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/assets/siteLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"icon": "Book",
"name": "LarkSDK 手册",
"link": "https://larksdk.davidingplus.cn/"
},
{
"icon": "Tools",
"name": "IT Tools",
"link": "https://it-tools.tech/"
}
]
7 changes: 4 additions & 3 deletions src/components/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

<script setup>
import { Icon } from "@vicons/utils";
// 可前往 https://www.xicons.org 自行挑选并在此处引入
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, FileCode } from "@vicons/fa"; // 注意使用正确的类别
// TODO 可前往 https://www.xicons.org 自行挑选并在此处引入
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, FileCode, Tools } from "@vicons/fa"; // 注意使用正确的类别
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper/modules";
Expand All @@ -70,7 +70,8 @@ const siteIcon = {
Book,
Fire,
LaptopCode,
FileCode
FileCode,
Tools
};
// 链接跳转
Expand Down

0 comments on commit 65fcf09

Please sign in to comment.