mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2026-06-21 12:15:27 +08:00
使用 authors 替代 contributors
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2bb8513ded
commit
aa9f72ebfe
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: 各大问题集合
|
||||
date: 2025-09-19 13:40:00 +0800
|
||||
author: LIPiston
|
||||
contributors:
|
||||
authors:
|
||||
- LIPiston
|
||||
- Mine-diamond
|
||||
---
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: 加入 HMCL 用户群
|
||||
date: 2024-03-05 17:00:00 +0800
|
||||
author: Glavo
|
||||
contributors:
|
||||
authors:
|
||||
- Glavo
|
||||
- 8Mi_Yile
|
||||
- zkitefly
|
||||
---
|
||||
|
||||
@ -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 为这两个步骤都提供了强大的支持。
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
title: 离线模式下更换皮肤
|
||||
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
|
||||
date: 2025-12-05 22:25:00 +0800
|
||||
author: qiaoshouzi
|
||||
contributors:
|
||||
authors:
|
||||
- qiaoshouzi
|
||||
- kitefly
|
||||
- TyMxy
|
||||
---
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
title: 光影
|
||||
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
contributors:
|
||||
authors:
|
||||
- hejiehao
|
||||
---
|
||||
|
||||
|
||||
@ -4,11 +4,11 @@ layout: single
|
||||
|
||||
{{ 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>
|
||||
|
||||
@ -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
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user