修改字体,删除多余图标

This commit is contained in:
baishu 2024-07-07 10:21:46 +00:00
parent f3db2e8121
commit ced24ddfdd
2 changed files with 6 additions and 12 deletions

Binary file not shown.

View File

@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// https://www.xicons.org
import { Link, Blog, CompactDisc, Compass, Book, Fire, LaptopCode,BloggerB, UserFriends, Rocketchat, Cloud, Robot, Check, Heart } from "@vicons/fa"; // 使
import { Link,BloggerB, UserFriends, Rocketchat, Cloud, Robot, Check, Heart } from "@vicons/fa"; // 使
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper";
@ -63,18 +63,12 @@ const siteLinksList = computed(() => {
//
const siteIcon = {
Blog,
Cloud,
CompactDisc,
Compass,
Book,
Fire,
LaptopCode,
BloggerB,
UserFriends,
Rocketchat,
Robot,
Check,
BloggerB,
UserFriends,
Rocketchat,
Robot,
Check,
Heart
};