mirror of
https://github.com/imsyy/home.git
synced 2025-05-24 07:00:15 +09:00
Update Links.vue
This commit is contained in:
parent
f857e99956
commit
b373130bcf
@ -43,7 +43,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { Icon } from "@vicons/utils";
|
import { Icon } from "@vicons/utils";
|
||||||
// 可前往 https://www.xicons.org 自行挑选并在此处引入
|
// 可前往 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 { mainStore } from "@/store";
|
||||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||||
import { Pagination, Mousewheel } from "swiper/modules";
|
import { Pagination, Mousewheel } from "swiper/modules";
|
||||||
@ -70,6 +70,7 @@ const siteIcon = {
|
|||||||
Book,
|
Book,
|
||||||
Fire,
|
Fire,
|
||||||
LaptopCode,
|
LaptopCode,
|
||||||
|
Plane,
|
||||||
};
|
};
|
||||||
|
|
||||||
// 链接跳转
|
// 链接跳转
|
||||||
|
Loading…
Reference in New Issue
Block a user