improve:增加GPT4t链接

This commit is contained in:
Ji Shuqin 2024-03-27 15:52:49 +08:00 committed by GitHub
parent c0adf83535
commit 41af898c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,11 @@
"name": "今日热榜",
"link": "https://hot.imsyy.top/"
},
{
"icon": "Robot",
"name": "GPT4",
"link": "https://www.coze.com/store/bot/7350941847826497538?bid=MDQEED0VkGaLYeK-MfL-UOOrBuwEHt8C4T4rrgsscUkge91Sy9isPs_7G5CBVu-E4bz6nQQA&from=bots_card&panel=1"
},
{
"icon": "LaptopCode",
"name": "站点监测",

View File

@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// 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, Robot } from "@vicons/fa"; // 使
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper";