更新版本,修正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

28
docs/mconline/0-欢迎.md Normal file
View File

@@ -0,0 +1,28 @@
---
prev: false
next: false
---
# 教学课程
不断更新的系列课程,系统性地帮助您搭建开发知识体系。
### 快捷入口
<MyFeatures :items="[
{
title: '自定义物品和方块',
desc: '自定义物品和方块,修改方块属性,修改物品属性',
link: '/mconline/33-自定义物品和方块/0-总览'
},
{
title: '自定义生物(实体)',
desc: '实体行为及外观',
link: '/mconline/32-自定义生物/0-总览'
},
{
title: '理解Json数据驱动',
desc: 'Json格式与Addons入门',
link: '/mconline/34-理解Json数据驱动/0-总览'
}
]" />