mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-18 21:10:57 +08:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
---
|
|
title: API 概览
|
|
description: Open API 接口文档
|
|
---
|
|
|
|
import { APIOverviewTable } from "@/components/api-overview";
|
|
|
|
# 接口列表
|
|
|
|
以下列表聚合了所有已生成的接口页面,展示对应的路径、请求方法以及摘要,便于快速检索和跳转。
|
|
|
|
<APIOverviewTable />
|