Update Links.vue

This commit is contained in:
SunXa 2024-05-03 16:23:34 +08:00 committed by GitHub
parent f857e99956
commit b373130bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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, Plane } 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,
Plane,
};
//