mirror of
https://github.com/imsyy/home.git
synced 2025-05-23 06:30:14 +09:00
Update Links.vue
This commit is contained in:
parent
f857e99956
commit
b373130bcf
@ -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,
|
||||
};
|
||||
|
||||
// 链接跳转
|
||||
|
Loading…
Reference in New Issue
Block a user