feat: 完成api页面搭建

This commit is contained in:
ccnetcore
2026-02-06 00:41:13 +08:00
parent 0b30dbb8de
commit 19b27d8e9a
6 changed files with 385 additions and 4 deletions

View File

@@ -127,6 +127,9 @@ function toggleMobileMenu() {
<el-menu-item index="/chat/agent">
AI智能体
</el-menu-item>
<el-menu-item index="/chat/api">
AI接口
</el-menu-item>
</el-sub-menu>
<!-- 公告按钮 -->
@@ -137,8 +140,11 @@ function toggleMobileMenu() {
<!-- 模型库下拉菜单 -->
<el-sub-menu index="model-library" class="model-library-submenu" popper-class="custom-popover">
<template #title>
<span class="menu-title" @click="handleModelLibraryClick">模型</span>
<span class="menu-title" @click="handleModelLibraryClick">模型</span>
</template>
<el-menu-item index="/model-library">
模型库
</el-menu-item>
<el-menu-item index="/ranking">
模型排行榜
</el-menu-item>
@@ -272,14 +278,20 @@ function toggleMobileMenu() {
<el-menu-item index="/chat/agent">
AI智能体
</el-menu-item>
<el-menu-item index="/chat/api">
AI接口
</el-menu-item>
</el-sub-menu>
<!-- 模型库下拉菜单 -->
<el-sub-menu index="model-library">
<template #title>
<el-icon><Box /></el-icon>
<span>模型</span>
<span>模型</span>
</template>
<el-menu-item index="/model-library">
模型库
</el-menu-item>
<el-menu-item index="/ranking">
模型排行榜
</el-menu-item>