Compare commits

...

2 Commits

Author SHA1 Message Date
neveler
b0ce5e00bf
使用与上下文一致的贡献者名称 辞庐 (#408) 2026-03-10 18:29:18 +08:00
neveler
3ac9fc467a
优化主页 (#414) 2026-03-10 18:28:57 +08:00
3 changed files with 15 additions and 23 deletions

View File

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

View File

@ -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 }}

View File

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