Skip to content

Commit

Permalink
add openai-gemini for site links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidingPlus committed Feb 19, 2025
1 parent 2a9af78 commit 908f640
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/assets/siteLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"icon": "CompactDisc",
"name": "Meting API",
"link": "https://meting-api.davidingplus.cn/"
},
{
"icon": "Google",
"name": "OpenAI Gemini",
"link": "https://openai-gemini.davidingplus.cn/"
}
]
5 changes: 3 additions & 2 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, FileCode, Tools, Newspaper } from "@vicons/fa"; // 注意使用正确的类别
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode, FileCode, Tools, Newspaper, Google } from "@vicons/fa"; // 注意使用正确的类别
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper/modules";
Expand Down Expand Up @@ -72,7 +72,8 @@ const siteIcon = {
LaptopCode,
FileCode,
Tools,
Newspaper
Newspaper,
Google
};
// 链接跳转
Expand Down

0 comments on commit 908f640

Please sign in to comment.