feat(docs): show API routes on overview

This commit is contained in:
Tim
2025-09-19 17:57:44 +08:00
parent 062b289f7a
commit f91b240802
4 changed files with 150 additions and 1 deletions

View File

@@ -2,3 +2,11 @@
title: API 概览
description: Open API 接口文档
---
import { APIOverviewTable } from "@/components/api-overview";
# 接口列表
以下列表聚合了所有已生成的接口页面,展示对应的路径、请求方法以及摘要,便于快速检索和跳转。
<APIOverviewTable />