Compare commits

..

No commits in common. "b0ce5e00bf87c13387f553e71a6740c4a4e8a0e1" and "752e6975cb74db93a0832813b093cac38b55d199" have entirely different histories.

3 changed files with 23 additions and 15 deletions

View File

@ -4,7 +4,7 @@
[详细版本介绍 (Bilibili)](https://www.bilibili.com/opus/1167774223102378020)
- GP-5504: 更新陶瓦联机至 0.4.2 (by Glavo)
- GP-5462: 未安装实例时点击主页“开始游戏”按钮不选择不支持当前平台的版本 (by 辞庐, Glavo)
- GP-5462: 未安装实例时点击主页“开始游戏”按钮不选择不支持当前平台的版本 (by CiiLu, Glavo)
错误修复:

19
_layouts/home.html Normal file
View 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 }}

View File

@ -1,6 +1,7 @@
---
layout: splash
title: 新手导航
layout: home
title: HMCL 新手导航
author: wifi-left
---
<!--{% comment %}-->
@ -17,15 +18,3 @@ title: 新手导航
> [!NOTE]
> 如果您遇到 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 %}