mirror of
https://github.com/imsyy/home.git
synced 2025-06-06 22:00:21 +09:00
improve:增加GPT4t链接
This commit is contained in:
parent
c0adf83535
commit
41af898c59
@ -29,6 +29,11 @@
|
|||||||
"name": "今日热榜",
|
"name": "今日热榜",
|
||||||
"link": "https://hot.imsyy.top/"
|
"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",
|
"icon": "LaptopCode",
|
||||||
"name": "站点监测",
|
"name": "站点监测",
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { Icon } from "@vicons/utils";
|
import { Icon } from "@vicons/utils";
|
||||||
// 可前往 https://www.xicons.org 自行挑选并在此处引入
|
// 可前往 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 { mainStore } from "@/store";
|
||||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||||
import { Pagination, Mousewheel } from "swiper";
|
import { Pagination, Mousewheel } from "swiper";
|
||||||
|
Loading…
Reference in New Issue
Block a user