Skip to content

Commit f480dd0

Browse files
authored
Add Albums icon to Links component
1 parent 7ca6b20 commit f480dd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Links.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<script setup>
4444
import { Icon } from "@vicons/utils";
4545
// 可前往 https://www.xicons.org 自行挑选并在此处引入
46-
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode } from "@vicons/fa"; // 注意使用正确的类别
46+
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Albums } from "@vicons/fa"; // 注意使用正确的类别
4747
import { mainStore } from "@/store";
4848
import { Swiper, SwiperSlide } from "swiper/vue";
4949
import { Pagination, Mousewheel } from "swiper/modules";
@@ -71,6 +71,7 @@ const siteIcon = {
7171
Fire,
7272
LaptopCode,
7373
Link,
74+
Albums
7475
};
7576
7677
// 链接跳转

0 commit comments

Comments
 (0)