更新版本,修正sidebar层级问题,开辟原创WIki区

This commit is contained in:
boybook
2025-03-19 00:27:25 +08:00
parent a768f32e81
commit 5988cc9f7e
11 changed files with 2277 additions and 259 deletions

33
docs/mcdocs/0-欢迎.md Normal file
View File

@@ -0,0 +1,33 @@
---
prev: false
next: false
---
# API 文档
API是构建缤纷方块世界的基石快来查查哪一个是你需要的。
### 快捷入口
<MyFeatures :items="[
{
title: '事件',
desc: '触发某操作(或达到条件)时,触发代码',
link: '/mcdocs/1-ModAPI/事件/事件索引表'
},
{
title: '接口',
desc: '在代码中,主动调用的方法',
link: '/mcdocs/1-ModAPI/接口/Api索引表'
},
{
title: '枚举值',
desc: '枚举就是变量只能从预设的几个值里选',
link: '/mcdocs/1-ModAPI/枚举值/索引'
},
{
title: 'Apollo',
desc: '基岩版网络服 Apollo API',
link: '/mcdocs/2-Apollo/4-SDK/1-大厅与游戏服事件'
},
]" />