使用 authors 替代 contributors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler 2026-06-05 21:52:36 +08:00 committed by GitHub
parent 2bb8513ded
commit aa9f72ebfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 16 additions and 14 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: 各大问题集合 title: 各大问题集合
date: 2025-09-19 13:40:00 +0800 date: 2025-09-19 13:40:00 +0800
author: LIPiston authors:
contributors: - LIPiston
- Mine-diamond - Mine-diamond
--- ---

View File

@ -1,8 +1,8 @@
--- ---
title: 加入 HMCL 用户群 title: 加入 HMCL 用户群
date: 2024-03-05 17:00:00 +0800 date: 2024-03-05 17:00:00 +0800
author: Glavo authors:
contributors: - Glavo
- 8Mi_Yile - 8Mi_Yile
- zkitefly - zkitefly
--- ---

View File

@ -1,8 +1,10 @@
--- ---
title: "自动安装与模组下载简介" title: 自动安装与模组下载简介
excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程 excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程
date: 2025-11-02 09:06:30 +0800 date: 2025-11-02 09:06:30 +0800
author: asdqp233,Mine-diamond authors:
- asdqp233
- Mine-diamond
--- ---
要为 Minecraft 安装模组,你首先需要安装一个“模组加载器”(例如 NeoForge 或 Fabric然后再安装你想要的模组。HMCL 为这两个步骤都提供了强大的支持。 要为 Minecraft 安装模组,你首先需要安装一个“模组加载器”(例如 NeoForge 或 Fabric然后再安装你想要的模组。HMCL 为这两个步骤都提供了强大的支持。

View File

@ -2,8 +2,8 @@
title: 离线模式下更换皮肤 title: 离线模式下更换皮肤
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤 excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
date: 2025-12-05 22:25:00 +0800 date: 2025-12-05 22:25:00 +0800
author: qiaoshouzi authors:
contributors: - qiaoshouzi
- kitefly - kitefly
- TyMxy - TyMxy
--- ---

View File

@ -2,7 +2,7 @@
title: 光影 title: 光影
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
date: 2021-10-09 23:18:02 +0800 date: 2021-10-09 23:18:02 +0800
contributors: authors:
- hejiehao - hejiehao
--- ---

View File

@ -4,11 +4,11 @@ layout: single
{{ content }} {{ 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> <script>
window.addEventListener("load", () => { window.addEventListener("load", () => {
{%- if page.author %}appendMeta("{{ page.author }}", "fas fa-user-pen");{% endif -%} {%- 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 -%} {%- if jekyll.environment == 'production' and page.hits %}hits({{ page.url | absolute_url | jsonify }});{% endif -%}
}); });
</script> </script>

View File

@ -2,8 +2,8 @@
title: 多人联机反馈 title: 多人联机反馈
date: 2025-10-07T18:44:00+08:00 date: 2025-10-07T18:44:00+08:00
last_modified_at: 2025-12-03T16:39:00+08:00 last_modified_at: 2025-12-03T16:39:00+08:00
author: Burning_TNT authors:
contributors: - Burning_TNT
- TyMxy - TyMxy
--- ---