29 lines
616 B
Markdown
29 lines
616 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "我的世界中国版 ModSDK"
|
|
text: ""
|
|
tagline: "我的世界中国版 ModSDK 镜像"
|
|
actions:
|
|
- theme: brand
|
|
text: 开始
|
|
link: /mcdocs/0-概述/0-概述
|
|
|
|
features:
|
|
- icon: 🛠️
|
|
title: API文档
|
|
details: 查询完整的 ModSDK API 文档
|
|
link: /mcdocs/0-概述/0-概述
|
|
- icon: 📙
|
|
title: 开发指南
|
|
details: 一个个实际功能出发的教程
|
|
link: /mcguide/readme
|
|
- icon: 📝
|
|
title: 教学课程
|
|
details: 实战攻略!
|
|
link: /mconline/readme
|
|
---
|
|
|