Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sseaan authored Sep 17, 2024
1 parent 359c596 commit fc134be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// 可前往 https://www.xicons.org 自行挑选并在此处引入
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode,BrainCircuit24Filled,ColorPalette,WikipediaW,ApiRound } from "@vicons/fa"; // 注意使用正确的类别
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, Brain, Palette, WikipediaW, CircleNotch } from "@vicons/fa"; // 注意使用正确的类别
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper/modules";
Expand All @@ -70,10 +70,10 @@ const siteIcon = {
Book,
Fire,
LaptopCode,
BrainCircuit24Filled,
ColorPalette,
Brain,
Palette,
WikipediaW,
ApiRound,
CircleNotch,
};
// 链接跳转
Expand Down

0 comments on commit fc134be

Please sign in to comment.