Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 各大问题集合
date: 2025-09-19 13:40:00 +0800
author: LIPiston
contributors:
authors:
- LIPiston
- Mine-diamond
---

Expand Down
4 changes: 2 additions & 2 deletions _docs/groups.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 加入 HMCL 用户群
date: 2024-03-05 17:00:00 +0800
author: Glavo
contributors:
authors:
- Glavo
- 8Mi_Yile
- zkitefly
---
Expand Down
8 changes: 5 additions & 3 deletions _launcher/auto-installing.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "自动安装与模组下载简介"
title: 自动安装与模组下载简介
excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程
date: 2025-11-02 09:06:30 +0800
author: asdqp233,Mine-diamond
date: 2025-11-02 09:06:30 +0800
authors:
- asdqp233
- Mine-diamond
---

要为 Minecraft 安装模组,你首先需要安装一个“模组加载器”(例如 NeoForge 或 Fabric),然后再安装你想要的模组。HMCL 为这两个步骤都提供了强大的支持。
Expand Down
4 changes: 2 additions & 2 deletions _launcher/offline-skin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: 离线模式下更换皮肤
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
date: 2025-12-05 22:25:00 +0800
author: qiaoshouzi
contributors:
authors:
- qiaoshouzi
- kitefly
- TyMxy
---
Expand Down
2 changes: 1 addition & 1 deletion _launcher/shader.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 光影
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
date: 2021-10-09 23:18:02 +0800
contributors:
authors:
- hejiehao
---

Expand Down
4 changes: 2 additions & 2 deletions _layouts/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

{{ content }}

{% if page.author or page.contributors or jekyll.environment == 'production' and page.hits %}
{% if page.author or page.authors or jekyll.environment == 'production' and page.hits %}
<script>
window.addEventListener("load", () => {
{%- if page.author %}appendMeta("{{ page.author }}", "fas fa-user-pen");{% endif -%}
{%- for contributor in page.contributors %}appendMeta("{{ contributor }}", "fas fa-user-pen");{% endfor -%}
{%- for author in page.authors %}appendMeta("{{ author }}", "fas fa-user-pen");{% endfor -%}
{%- if jekyll.environment == 'production' and page.hits %}hits({{ page.url | absolute_url | jsonify }});{% endif -%}
});
</script>
Expand Down
4 changes: 2 additions & 2 deletions _multiplayer/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: 多人联机反馈
date: 2025-10-07T18:44:00+08:00
last_modified_at: 2025-12-03T16:39:00+08:00
author: Burning_TNT
contributors:
authors:
- Burning_TNT
- TyMxy
---

Expand Down
Loading