update menu and chat

This commit is contained in:
zyxucp
2025-05-01 20:47:09 +08:00
parent fb8cc18f99
commit bc3f4dcb92
2 changed files with 12 additions and 6 deletions

View File

@@ -130,6 +130,12 @@
.think { .think {
color: gray; color: gray;
font-style: italic; font-style: italic;
text-align: left !important;
display: block;
margin-top: 5px;
margin-left: 8px;
padding-left: 8px;
border-left: 2px solid #7F7FFF;
} }
</style> </style>

View File

@@ -71,18 +71,18 @@
} }
] ]
}, },
{
"path": "https://gw.antsk.cn",
"name": "官网",
"key": "antskdoc",
"icon": "question-circle"
},
{ {
"path": "https://api.antsk.cn/", "path": "https://api.antsk.cn/",
"name": "GPT代理接口", "name": "GPT代理接口",
"key": "antskapi", "key": "antskapi",
"icon": "bulb" "icon": "bulb"
}, },
{
"path": "https://gw.antsk.cn",
"name": "官网",
"key": "antskdoc",
"icon": "question-circle"
},
{ {
"path": "https://www.bilibili.com/video/BV1vK421b7NF", "path": "https://www.bilibili.com/video/BV1vK421b7NF",
"name": "教程视频", "name": "教程视频",