修正首页

This commit is contained in:
boybook
2025-03-20 12:15:12 +08:00
parent bf9aa4b056
commit 3eeb636922
2 changed files with 6 additions and 6 deletions

View File

@@ -5,11 +5,11 @@ layout: home
hero: hero:
name: "我的世界中国版 ModSDK Wiki" name: "我的世界中国版 ModSDK Wiki"
text: "" text: ""
tagline: "《我的世界》开发者文档,但提供更优质的搜索引擎 🤩" tagline: "《我的世界》开发者文档镜像,但提供更优质的搜索 🤩"
actions: actions:
- theme: brand - theme: brand
text: 开始 text: 开始
link: /wiki/0-欢迎 link: /wiki
features: features:
- icon: 🎯 - icon: 🎯

View File

@@ -51,22 +51,22 @@ next: false
::: :::
## 阅读官方文档镜像 ## 阅读 《我的世界》中国版 官方文档镜像
<MyFeatures :items="[ <MyFeatures :items="[
{ {
title: 'API文档', title: 'API文档',
desc: '查看官方API文档', desc: '中国版 ModSDKPython2API 文档',
link: '/mcdocs/0-欢迎' link: '/mcdocs/0-欢迎'
}, },
{ {
title: '开发指南', title: '开发指南',
desc: '查看官方开发指南', desc: '浏览每一个开发工具的使用说明!',
link: '/mcguide/0-欢迎' link: '/mcguide/0-欢迎'
}, },
{ {
title: '教学课程', title: '教学课程',
desc: '查看官方教学课程', desc: '系统性地帮助您搭建开发知识体系!',
link: '/mconline/0-欢迎' link: '/mconline/0-欢迎'
} }
]" /> ]" />