添加 API 速查文档和相关数据,更新导航以支持新页面
This commit is contained in:
11
docs/api-tools/interface.md
Normal file
11
docs/api-tools/interface.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: 🔌 接口速查
|
||||
prev: false
|
||||
next: false
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { data } from '../mcdocs/1-ModAPI/interface.data.js'
|
||||
</script>
|
||||
|
||||
<ApiTable class="custom-component" :apiData="data" />
|
||||
Reference in New Issue
Block a user