Skip to content
Draft
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
6 changes: 6 additions & 0 deletions _changelog/dev.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: changelog
channel: dev
title: Dev Changelog
date: 2021-08-22 23:18:02 +0800
---
7 changes: 0 additions & 7 deletions _changelog/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@ channel: dev
title: 开发版更新日志
date: 2021-08-22 23:18:02 +0800
---

<!--{% comment %}-->
> [!NOTE]
> <!--{% endcomment %}-->
> Changelogs are written in Chinese.
<!----{{ '>' }}
{: .notice--info }
6 changes: 6 additions & 0 deletions _changelog/dev.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: changelog
channel: dev
title: 開髮版更新日誌
date: 2021-08-22 23:18:02 +0800
---
6 changes: 6 additions & 0 deletions _changelog/stable.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: changelog
channel: stable
title: Stable Changelog
date: 2021-08-22 23:18:02 +0800
---
7 changes: 0 additions & 7 deletions _changelog/stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@ channel: stable
title: 稳定版更新日志
date: 2021-08-22 23:18:02 +0800
---

<!--{% comment %}-->
> [!NOTE]
> <!--{% endcomment %}-->
> Changelogs are written in Chinese.
<!----{{ '>' }}
{: .notice--info }
6 changes: 6 additions & 0 deletions _changelog/stable.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: changelog
channel: stable
title: 穩定版更新日誌
date: 2021-08-22 23:18:02 +0800
---
9 changes: 9 additions & 0 deletions _changelogs/dev/3.8/3.8.0.307.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

詳細版本介紹: [cv43667929](https://www.bilibili.com/opus/1133254905203523601)

- GP-4770: 更新模組數據 (2025-11-07) (by Glavo)
- GP-4767: 添加對 25w45a_unobfuscated 的支持 (by Glavo)
- GP-4760: 從注冊表中讀取 Windows 版本信息 (by Glavo)
- GP-4540: 刪除實例失敗時彈出對話框 (by Glavo)
14 changes: 14 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,24 @@ defaults:
hits: true
toc: true
toc_sticky: true
i18n: true
- scope:
path: ""
type: downloads
values:
toc: false
- scope:
path: assets
values:
i18n: false
- scope:
path: 404.md
values:
i18n: false
- scope:
path: robots.txt
values:
i18n: false

# liquid:
# error_mode: warn
Expand All @@ -144,6 +157,7 @@ minimal_mistakes_skin_dark: dark

# Site Settings
locale: zh
locales: [zh, zh-TW, en]
# rtl:
title: HMCL 文档
# title_separator: -
Expand Down
53 changes: 0 additions & 53 deletions _data/navigation.yml

This file was deleted.

40 changes: 40 additions & 0 deletions _data/navigation/docs.en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- title: Questions
children:
- title: FAQ
url: /en/faq.html
- title: Launcher
url: /en/launcher/
- title: Modpack
url: /en/modpack/
- title: Multiplayer
url: /en/multiplayer/
- title: User Guide
children:
- title: Isolation
url: /en/launcher/isolation.html
- title: Offline Skin
url: /en/launcher/offline-skin.html
- title: Automatic Installing
url: /en/launcher/auto-installing.html
- title: Shader
url: /en/launcher/shader.html
- title: Set Item Details
url: /en/launcher/set-item-details.html
- title: Developer Guide
children:
- title: Datapack
url: /en/launcher/datapack.html
- title: Serverpack
url: /en/modpack/serverpack.html
- title: Authlib Injector
url: /en/launcher/authlib-injector.html
- title: Other
children:
- title: Contribution Guide
url: /en/contribution.html
- title: Official Website
url: https://hmcl.huangyuhui.net
- title: Project Repository
url: https://github.com/HMCL-dev/HMCL
- title: Documentation Repository
url: https://github.com/HMCL-dev/HMCL-docs
48 changes: 48 additions & 0 deletions _data/navigation/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
- title: 问题集合
children:
- title: 常见问题
url: /faq.html
- title: 启动器使用相关
url: /launcher/
- title: 整合包帮助
url: /modpack/
- title: 多人联机帮助
url: /multiplayer/
- title: 使用者帮助
children:
- title: 版本隔离
url: /launcher/isolation.html
description: 本文可以帮助你更好的分离版本间的地图、模组等内容。
- title: 设置离线皮肤
url: /launcher/offline-skin.html
description: 本文将告诉你如何设置一个属于自己的离线皮肤。
- title: HMCL 的自动安装使用教程
url: /launcher/auto-installing.html
description: 本文将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。
- title: 安装光影
url: /launcher/shader.html
description: 本文将告诉你如何安装光影。
- title: 设置项详解
url: /launcher/set-item-details.html
description: 这篇文章针对 HMCL 的各个设置项进行了详细的解释。
- title: 开发者帮助
children:
- title: 制作 HMCL 格式的数据包
url: /launcher/datapack.html
description: 本文将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。
- title: 制作整合包
url: /modpack/serverpack.html
description: 本文将告诉你如何制作整合包。
- title: 添加默认 authlib-injector 验证服务器
url: /launcher/authlib-injector.html
description: 本文将告诉你如何设置默认的验证服务器。
- title: 其它
children:
- title: 贡献指南
url: /contribution.html
- title: 官方网站
url: https://hmcl.huangyuhui.net
- title: 项目仓库
url: https://github.com/HMCL-dev/HMCL
- title: 文档仓库
url: https://github.com/HMCL-dev/HMCL-docs
48 changes: 48 additions & 0 deletions _data/navigation/docs.zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
- title: 問題集合
children:
- title: 常見問題
url: /zh-TW/faq.html
- title: 啟動器使用相關
url: /zh-TW/launcher/
- title: 整合包幫助
url: /zh-TW/modpack/
- title: 多人聯機幫助
url: /zh-TW/multiplayer/
- title: 使用者幫助
children:
- title: 版本隔離
url: /zh-TW/launcher/isolation.html
description: 本文可以幫助你更好的分離版本間的地圖、模組等內容。
- title: 設置離線皮膚
url: /zh-TW/launcher/offline-skin.html
description: 本文將告訴你如何設置一個屬於自己的離線皮膚。
- title: HMCL 的自動安裝使用教程
url: /zh-TW/launcher/auto-installing.html
description: 本文將告訴你如何用 HMCL 安裝 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模組 等。
- title: 安裝光影
url: /zh-TW/launcher/shader.html
description: 本文將告訴你如何安裝光影。
- title: 設置項詳解
url: /zh-TW/launcher/set-item-details.html
description: 這篇文章針對 HMCL 的各個設置項進行了詳細的解釋。
- title: 開髮者幫助
children:
- title: 製作 HMCL 格式的數據包
url: /zh-TW/launcher/datapack.html
description: 本文將告訴你如何製作 HMCL 能夠識別的數據包(Datapacks)。
- title: 製作整合包
url: /zh-TW/modpack/serverpack.html
description: 本文將告訴你如何製作整合包。
- title: 添加默認 authlib-injector 驗証服務器
url: /zh-TW/launcher/authlib-injector.html
description: 本文將告訴你如何設置默認的驗証服務器。
- title: 其它
children:
- title: 貢獻指南
url: /zh-TW/contribution.html
- title: 官方網站
url: https://hmcl.huangyuhui.net
- title: 項目倉庫
url: https://github.com/HMCL-dev/HMCL
- title: 文檔倉庫
url: https://github.com/HMCL-dev/HMCL-docs
2 changes: 2 additions & 0 deletions _data/navigation/main.en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- title: FAQ
url: /en/faq.html
2 changes: 2 additions & 0 deletions _data/navigation/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- title: 常见问题
url: /faq.html
2 changes: 2 additions & 0 deletions _data/navigation/main.zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- title: 常見問題
url: /zh-TW/faq.html
32 changes: 32 additions & 0 deletions _data/ui-text.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
zh-TW: &PATCH_ZH_HANT
skip_links: 跳過連結
skip_primary_nav: 跳至主導覽
skip_content: 跳至內容
skip_footer: 跳至頁尾
pagination_previous: 上一頁
pagination_next: 下一頁
menu_label: 選單
search_label: 搜尋
toc_label: 本頁目錄
share_on_label: 分享至
comments_title: 留言
more_label: 閱讀更多
related_label: 您可能也會有興趣
follow_label: 追蹤:
feed_label: 訂閱 Feed
powered_by: 採用技術:
email_label: 電子郵件
undefined_wpm: 設定檔 (_config.yml) 中缺少 `words_per_minute` 參數
comment_form_info: 您的電子郵件不會被公開。必填欄位已標註星號 (*)
comment_form_comment_label: 留言
comment_form_name_label: 名稱
comment_form_email_label: 電子郵件地址
comment_form_website_label: 網站 (選填)
comment_error_msg: 抱歉,您提交的資料有誤。請確認所有必填欄位皆已正確填寫後再試一次。
search_label_text: 輸入您要搜尋的關鍵字...
search_placeholder_text: 輸入您要搜尋的關鍵字...
search_algolia_no_results: 找不到結果
results_found: 找到結果
back_to_top: 回到頁首
zh-HK:
<<: *PATCH_ZH_HANT
9 changes: 9 additions & 0 deletions _docs/contribution.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Contribution Guide
date: 2021-10-09 23:18:02 +0800
author: huanghongxun
---

If you’d like to improve HMCL’s help documentation or fix any mistakes, you’re welcome to open a Pull Request or Issue on [Github](https://github.com/HMCL-dev/HMCL-docs).

You can also give feedback on our [Discord](https://discord.gg/jVvC7HfM6U) or [QQ Group](/_docs/groups.md).
6 changes: 3 additions & 3 deletions _docs/contribution.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 为 HMCL 帮助文档出一份力
title: 贡献指南
date: 2021-10-09 23:18:02 +0800
author: huanghongxun
---

如果你认为你有能力为 HMCL 添加高质量的帮助文档,或希望修改错误,你可以到 [https://github.com/HMCL-dev/HMCL-docs](https://github.com/HMCL-dev/HMCL-docs) 仓库中发 Pull Request,或者提 Issue。
如果您有足够的能力欢迎您到 [Github](https://github.com/HMCL-dev/HMCL-docs) 中创建 Pull RequestIssue 以为 HMCL 添加高质量的帮助文档或修复一些问题

或者你可以进入我们的 [Discord](https://discord.gg/jVvC7HfM6U) 或 [HMCL 用户群](/_docs/groups.md) 群以向 HMCL 反馈
此外您也可以在 [Discord](https://discord.gg/jVvC7HfM6U) 或 [HMCL 用户群](/_docs/groups.md) 中进行反馈
9 changes: 9 additions & 0 deletions _docs/contribution.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: 貢獻指南
date: 2021-10-09 23:18:02 +0800
author: huanghongxun
---

如果您有足夠的能力歡迎您到 [Github](https://github.com/HMCL-dev/HMCL-docs) 中創建 Pull Request 或 Issue 以爲 HMCL 添加高質量的幫助文檔或修複一些問題。

此外您也可以在 [Discord](https://discord.gg/jVvC7HfM6U) 或 [HMCL 用戶群](/_docs/groups.md) 中進行反饋。
10 changes: 10 additions & 0 deletions _docs/help.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Help
date: 2023-08-09 11:12:00 +0800
author: zkitefly
---

## Help Channels

- [QQ Groups](/_docs/groups.md)
- [Discord](https://discord.gg/jVvC7HfM6U)
15 changes: 4 additions & 11 deletions _docs/help.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---
title: 寻求帮助
title: 帮助
date: 2023-08-09 11:12:00 +0800
author: zkitefly
---

## QQ 群聊
## 帮助渠道

Hello Minecraft! Launcher 的官方 QQ 群聊。

[点击前往](/_docs/groups.md)

## Discord 频道

Hello Minecraft! Launcher 的官方 Discord 频道。

[点击前往](https://discord.gg/jVvC7HfM6U)
- [QQ 群聊](/_docs/groups.md)
- [Discord](https://discord.gg/jVvC7HfM6U)
Loading