Skip to content

Commit aa9f72e

Browse files
authored
使用 authors 替代 contributors (#465)
1 parent 2bb8513 commit aa9f72e

7 files changed

Lines changed: 16 additions & 14 deletions

File tree

_docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 各大问题集合
33
date: 2025-09-19 13:40:00 +0800
4-
author: LIPiston
5-
contributors:
4+
authors:
5+
- LIPiston
66
- Mine-diamond
77
---
88

_docs/groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 加入 HMCL 用户群
33
date: 2024-03-05 17:00:00 +0800
4-
author: Glavo
5-
contributors:
4+
authors:
5+
- Glavo
66
- 8Mi_Yile
77
- zkitefly
88
---

_launcher/auto-installing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
title: "自动安装与模组下载简介"
2+
title: 自动安装与模组下载简介
33
excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程
4-
date: 2025-11-02 09:06:30 +0800
5-
author: asdqp233,Mine-diamond
4+
date: 2025-11-02 09:06:30 +0800
5+
authors:
6+
- asdqp233
7+
- Mine-diamond
68
---
79

810
要为 Minecraft 安装模组,你首先需要安装一个“模组加载器”(例如 NeoForge 或 Fabric),然后再安装你想要的模组。HMCL 为这两个步骤都提供了强大的支持。

_launcher/offline-skin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 离线模式下更换皮肤
33
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
44
date: 2025-12-05 22:25:00 +0800
5-
author: qiaoshouzi
6-
contributors:
5+
authors:
6+
- qiaoshouzi
77
- kitefly
88
- TyMxy
99
---

_launcher/shader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 光影
33
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
44
date: 2021-10-09 23:18:02 +0800
5-
contributors:
5+
authors:
66
- hejiehao
77
---
88

_layouts/document.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
{{ content }}
66

7-
{% if page.author or page.contributors or jekyll.environment == 'production' and page.hits %}
7+
{% if page.author or page.authors or jekyll.environment == 'production' and page.hits %}
88
<script>
99
window.addEventListener("load", () => {
1010
{%- if page.author %}appendMeta("{{ page.author }}", "fas fa-user-pen");{% endif -%}
11-
{%- for contributor in page.contributors %}appendMeta("{{ contributor }}", "fas fa-user-pen");{% endfor -%}
11+
{%- for author in page.authors %}appendMeta("{{ author }}", "fas fa-user-pen");{% endfor -%}
1212
{%- if jekyll.environment == 'production' and page.hits %}hits({{ page.url | absolute_url | jsonify }});{% endif -%}
1313
});
1414
</script>

_multiplayer/feedback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 多人联机反馈
33
date: 2025-10-07T18:44:00+08:00
44
last_modified_at: 2025-12-03T16:39:00+08:00
5-
author: Burning_TNT
6-
contributors:
5+
authors:
6+
- Burning_TNT
77
- TyMxy
88
---
99

0 commit comments

Comments
 (0)