Files
netease-modsdk-wiki/docs/wiki/0-欢迎.md

45 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
prev: false
next: false
---
# 欢迎来到 Wiki
由于中国版官网的教程写的太差了因此我们计划使用简洁清晰的风格重新编写基础入门教程方便大家查询和学习哦同时也期待大家共同贡献和维护本Wiki
<MyFeatures :items="[
{
title: 'Mod脚本开发',
desc: '🚀 快速入门我的世界 Mod 开发',
link: '/wiki/1-Mod脚本开发/1-快速入门Mod开发'
}
]" />
::: tip <span style="font-size: 18px;">🥰 期待你的贡献</span>
1. Fork [本项目](https://github.com/EaseCation/netease-modsdk-wiki)
2.`docs/wiki` 目录下创建新的 Markdown 文件
3. 编写你的教程内容
4. 提交 PR
:::
## 阅读官方文档镜像
<MyFeatures :items="[
{
title: 'API文档',
desc: '查看官方API文档',
link: '/mcdocs/0-欢迎'
},
{
title: '开发指南',
desc: '查看官方开发指南',
link: '/mcguide/0-欢迎'
},
{
title: '教学课程',
desc: '查看官方教学课程',
link: '/mconline/0-欢迎'
}
]" />