mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-05-05 00:45:26 +08:00
Compare commits
2 Commits
752e6975cb
...
b0ce5e00bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0ce5e00bf | ||
|
|
3ac9fc467a |
@ -4,7 +4,7 @@
|
|||||||
[详细版本介绍 (Bilibili)](https://www.bilibili.com/opus/1167774223102378020)
|
[详细版本介绍 (Bilibili)](https://www.bilibili.com/opus/1167774223102378020)
|
||||||
|
|
||||||
- GP-5504: 更新陶瓦联机至 0.4.2 (by Glavo)
|
- GP-5504: 更新陶瓦联机至 0.4.2 (by Glavo)
|
||||||
- GP-5462: 未安装实例时点击主页“开始游戏”按钮不选择不支持当前平台的版本 (by CiiLu, Glavo)
|
- GP-5462: 未安装实例时点击主页“开始游戏”按钮不选择不支持当前平台的版本 (by 辞庐, Glavo)
|
||||||
|
|
||||||
错误修复:
|
错误修复:
|
||||||
|
|
||||||
|
|||||||
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
layout: document
|
|
||||||
---
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
{% capture list %}
|
|
||||||
{% for group in site.data.navigation.docs -%}
|
|
||||||
## {{ group.title }}
|
|
||||||
{% for item in group.children -%}
|
|
||||||
1. [{{ item.title }}]({{ item.url | relative_url }})
|
|
||||||
{%- if item.description %}\
|
|
||||||
{{ item.description }}
|
|
||||||
{%- endif %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endcapture %}
|
|
||||||
|
|
||||||
{{ list | markdownify }}
|
|
||||||
17
index.md
17
index.md
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: home
|
layout: splash
|
||||||
title: HMCL 新手导航
|
title: 新手导航
|
||||||
author: wifi-left
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--{% comment %}-->
|
<!--{% comment %}-->
|
||||||
@ -18,3 +17,15 @@ author: wifi-left
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> 如果您遇到 BUG,请及时在 [HMCL/issues](https://github.com/HMCL-dev/HMCL/issues) 发送反馈。\
|
> 如果您遇到 BUG,请及时在 [HMCL/issues](https://github.com/HMCL-dev/HMCL/issues) 发送反馈。\
|
||||||
> 您也可以在这里提交您的建议。
|
> 您也可以在这里提交您的建议。
|
||||||
|
|
||||||
|
{% include toc %}
|
||||||
|
|
||||||
|
{% for group in site.data.navigation.docs -%}
|
||||||
|
## {{ group.title }}
|
||||||
|
{% for item in group.children -%}
|
||||||
|
1. [{{ item.title }}]({{ item.url | relative_url }})
|
||||||
|
{%- if item.description %}\
|
||||||
|
{{ item.description }}
|
||||||
|
{%- endif %}
|
||||||
|
{% endfor %}
|
||||||
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user