From 064d466d06a8b4e5a8163dc8dd3fecbfbf61e59a Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20authors=20=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3=20contributors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于当前已不再区分作者 (author) 与贡献者(contributor) 因此参考 https://github.com/mmistakes/minimal-mistakes/blob/ed8f0fc65c9cdfb8caf765b50f2ada87cff0934c/_includes/seo.html#L22 使用 authors 替代原本的 contributors 更为恰当。 --- _docs/faq.md | 4 ++-- _docs/groups.md | 4 ++-- _launcher/auto-installing.md | 8 +++++--- _launcher/offline-skin.md | 4 ++-- _launcher/shader.md | 2 +- _layouts/document.html | 4 ++-- _multiplayer/feedback.md | 4 ++-- 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/_docs/faq.md b/_docs/faq.md index a3ba1d4c..814533a1 100644 --- a/_docs/faq.md +++ b/_docs/faq.md @@ -1,8 +1,8 @@ --- title: 各大问题集合 date: 2025-09-19 13:40:00 +0800 -author: LIPiston -contributors: +authors: + - LIPiston - Mine-diamond --- diff --git a/_docs/groups.md b/_docs/groups.md index 5c483aca..1fcc9054 100644 --- a/_docs/groups.md +++ b/_docs/groups.md @@ -1,8 +1,8 @@ --- title: 加入 HMCL 用户群 date: 2024-03-05 17:00:00 +0800 -author: Glavo -contributors: +authors: + - Glavo - 8Mi_Yile - zkitefly --- diff --git a/_launcher/auto-installing.md b/_launcher/auto-installing.md index 71f960ab..50a77380 100644 --- a/_launcher/auto-installing.md +++ b/_launcher/auto-installing.md @@ -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 为这两个步骤都提供了强大的支持。 diff --git a/_launcher/offline-skin.md b/_launcher/offline-skin.md index ed481fd0..72473d7a 100644 --- a/_launcher/offline-skin.md +++ b/_launcher/offline-skin.md @@ -2,8 +2,8 @@ title: 离线模式下更换皮肤 excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤 date: 2025-12-05 22:25:00 +0800 -author: qiaoshouzi -contributors: +authors: + - qiaoshouzi - kitefly - TyMxy --- diff --git a/_launcher/shader.md b/_launcher/shader.md index b3694de4..654a551e 100644 --- a/_launcher/shader.md +++ b/_launcher/shader.md @@ -2,7 +2,7 @@ title: 光影 excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders date: 2021-10-09 23:18:02 +0800 -contributors: +authors: - hejiehao --- diff --git a/_layouts/document.html b/_layouts/document.html index 5977bbdc..a15209e6 100644 --- a/_layouts/document.html +++ b/_layouts/document.html @@ -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 %} diff --git a/_multiplayer/feedback.md b/_multiplayer/feedback.md index 41425a2a..614b3b43 100644 --- a/_multiplayer/feedback.md +++ b/_multiplayer/feedback.md @@ -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 ---