mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-05-07 08:25:26 +08:00
Compare commits
No commits in common. "b0ce5e00bf87c13387f553e71a6740c4a4e8a0e1" and "752e6975cb74db93a0832813b093cac38b55d199" have entirely different histories.
b0ce5e00bf
...
752e6975cb
@ -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 辞庐, Glavo)
|
- GP-5462: 未安装实例时点击主页“开始游戏”按钮不选择不支持当前平台的版本 (by CiiLu, Glavo)
|
||||||
|
|
||||||
错误修复:
|
错误修复:
|
||||||
|
|
||||||
|
|||||||
19
_layouts/home.html
Normal file
19
_layouts/home.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
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,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: splash
|
layout: home
|
||||||
title: 新手导航
|
title: HMCL 新手导航
|
||||||
|
author: wifi-left
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--{% comment %}-->
|
<!--{% comment %}-->
|
||||||
@ -17,15 +18,3 @@ title: 新手导航
|
|||||||
> [!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