mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-28 16:18:20 +08:00
Compare commits
3 Commits
069b524c17
...
a45aae6eac
Author | SHA1 | Date | |
---|---|---|---|
a45aae6eac | |||
934c996646 | |||
2cddcb0a03 |
@ -21,7 +21,7 @@ Hello Minecraft! Launcher 帮助文档仓库
|
||||
|
||||
每篇文章结构如下:
|
||||
```
|
||||
<article>.md
|
||||
_<category>/<article>.md
|
||||
|
||||
assets
|
||||
* img
|
||||
@ -32,7 +32,7 @@ assets
|
||||
* ...
|
||||
```
|
||||
|
||||
其中,`<article>` 表示你的文章的英文名(尖括号表示占位符,请替换为文章名称,不要直接提交 '`<article>`'),请仅使用英文字母、数字、中划线、下划线字符,不要使用空格、中文字符。请确保 md 文件名和文件夹名一致。具体可以参考已有文章目录格式。
|
||||
其中,`<category>` 表示分类,如 `multiplayer` 表示多人游戏、`modpack` 表示整合包,`<article>` 表示你的文章的英文名(尖括号表示占位符,请替换为文章名称,不要直接提交 '`<article>`'),请仅使用英文字母、数字、中划线、下划线字符,不要使用空格、中文字符。请确保 md 文件名和文件夹名一致。具体可以参考已有文章目录格式。
|
||||
|
||||
每篇文章由 Markdown 编写的 `<article>.md` 文件及附带图片组成。文章的图片请放置到 `/assets/img/docs/<article>` 目录中。
|
||||
|
||||
@ -45,3 +45,7 @@ assets
|
||||
### 修改已有文章
|
||||
|
||||
修改已有文章时,请确保你的 PR 仅修改一个文章内容,并在该文章里署名。
|
||||
|
||||
### 更新索引
|
||||
|
||||
在添加或修改文章后,请更新索引文件 `index.json`,以便 HMCL 展示你新添加的文件。
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "各大问题集合"
|
||||
permalink: /faq.html
|
||||
permalink: /launcher/faq.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
toc: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "为 HMCL 帮助文档出一份力"
|
||||
permalink: /contribution.html
|
||||
permalink: /launcher/contribution.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: HMCL
|
||||
toc: true
|
||||
|
59
index.json
59
index.json
@ -2,20 +2,65 @@
|
||||
{
|
||||
"title": "启动器",
|
||||
"items": [
|
||||
{
|
||||
"title": "Authlib-Injector 服务器设置指南",
|
||||
"subtitle": "手动打包整合包后,初次打开动器时直接弹出对应的账号登录页",
|
||||
"url": "https://hmcl.huangyuhui.net/help/launcher/authlib-injector.html"
|
||||
},
|
||||
{
|
||||
"title": "数据包制作指南",
|
||||
"subtitle": "制作可以由 HMCL 导入的数据包",
|
||||
"url": "https://hmcl.huangyuhui.net/help/launcher/datapack.html"
|
||||
"url": "https://docs.hmcl.net/launcher/datapack.html"
|
||||
},
|
||||
{
|
||||
"title": "OptiFine 与光影",
|
||||
"subtitle": "OptiFine 与光影的安装方法",
|
||||
"url": "https://docs.hmcl.net/launcher/optifine.html"
|
||||
},
|
||||
{
|
||||
"title": "离线模式下更换皮肤",
|
||||
"subtitle": "如何在离线模式下使用自定义角色皮肤",
|
||||
"url": "https://docs.hmcl.net/launcher/offline-skin.html"
|
||||
},
|
||||
{
|
||||
"title": "自动安装与模组下载",
|
||||
"subtitle": "安装 Forge、LiteLoader、Fabric;安装 Mod 教程",
|
||||
"url": "https://docs.hmcl.net/launcher/auto-installing.html"
|
||||
},
|
||||
{
|
||||
"title": "版本隔离",
|
||||
"subtitle": "避免多个游戏版本存档和 Mod 配置冲突的解决方案",
|
||||
"url": "https://docs.hmcl.net/launcher/isolation.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "整合包",
|
||||
"items": [
|
||||
{
|
||||
"title": "Authlib-Injector 服务器设置指南",
|
||||
"subtitle": "手动打包整合包后,初次打开动器时直接弹出对应的账号登录页",
|
||||
"url": "https://docs.hmcl.net/launcher/authlib-injector.html"
|
||||
},
|
||||
{
|
||||
"title": "服务端自动更新整合包制作教程",
|
||||
"subtitle": "服务端自动更新整合包允许启动器根据服主配置强制更新玩家游戏客户端",
|
||||
"url": "https://hmcl.huangyuhui.net/help/launcher/serverpack.html"
|
||||
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "多人联机",
|
||||
"items": [
|
||||
{
|
||||
"title": "多人联机常见问题",
|
||||
"subtitle": "多人联机常见问题",
|
||||
"url": "https://docs.hmcl.net/multiplayer/faq.html"
|
||||
},
|
||||
{
|
||||
"title": "多人联机教程",
|
||||
"subtitle": "多人联机教程端",
|
||||
"url": "https://docs.hmcl.net/multiplayer/help.html"
|
||||
},
|
||||
{
|
||||
"title": "NAT 网络检测为差的时候怎么办?",
|
||||
"subtitle": "NAT 网络检测为差的时候怎么办?",
|
||||
"url": "https://docs.hmcl.net/multiplayer/symmetric.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
# Feel free to add content and custom Front Matter to this file.
|
||||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||
|
||||
layout: download
|
||||
---
|
||||
|
||||
> 由 wifi-left 进行整理
|
||||
@ -23,50 +22,52 @@ You can also submit your suggestions here.
|
||||
|
||||
## HMCL 问题集合
|
||||
|
||||
1. [新手问题](about-questions.md)
|
||||
2. [多人联机帮助](multiplayer.md)
|
||||
1. [新手问题](/launcher/faq.html)
|
||||
1. [启动器使用相关](/launcher/)
|
||||
2. [整合包帮助](/modpack/)
|
||||
2. [多人联机帮助](/multiplayer/)
|
||||
|
||||
## HMCL 教程 / 帮助
|
||||
|
||||
### 对于使用者
|
||||
|
||||
1. [版本隔离](Global-version-isolation.md)
|
||||
1. [版本隔离](/launcher/isolation.html)
|
||||
|
||||
它可以帮助你更好的分离地图、模组等。
|
||||
|
||||
2. [多人联机帮助](multiplayer.md)
|
||||
2. [多人联机帮助](/multiplayer)
|
||||
|
||||
他将告诉你如何进行多人联机,以及一些问题。
|
||||
|
||||
3. [设置离线皮肤](offline-skin.md)
|
||||
3. [设置离线皮肤](/launcher/offline-skin.html)
|
||||
|
||||
他将告诉你如何设置一个属于自己的离线皮肤。
|
||||
|
||||
4. [HMCL 的自动安装使用教程](auto-installing.md)
|
||||
4. [HMCL 的自动安装使用教程](/launcher/auto-installing.md)
|
||||
|
||||
它将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。
|
||||
|
||||
5. [安装 Optifine / 光影](install_optifine.md)
|
||||
5. [安装 Optifine / 光影](/launcher/optifine.html)
|
||||
|
||||
他将告诉你如何安装 Optifine 来使用光影。
|
||||
|
||||
### 对于开发者
|
||||
|
||||
1. [制作 HMCL 格式的数据包](datapack.md)
|
||||
1. [制作 HMCL 格式的数据包](/launcher/datapack.html)
|
||||
|
||||
他将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。
|
||||
|
||||
2. [制作整合包](serverpack.md)
|
||||
2. [制作整合包](/modpack/serverpack.html)
|
||||
|
||||
他将告诉你如何制作整合包。
|
||||
|
||||
3. [添加默认 authalic-injector 验证服务器](authlib-injector.md)
|
||||
3. [添加默认 authalic-injector 验证服务器](/launcher/authlib-injector.html)
|
||||
|
||||
他将告诉你如何设置默认的验证服务器。
|
||||
|
||||
## 其他
|
||||
|
||||
1. [为 HMCL 做出贡献](contribution.md)
|
||||
1. [为 HMCL 做出贡献](/launcher/contribution.html)
|
||||
2. [HMCL GitHub 地址](http://github.com/huanghongxun/HMCL)
|
||||
3. [HMCL 帮助文档 GitHub 地址](http://github.com/huanghongxun/HMCL-docs)
|
||||
4. [HMCL 官网](http://hmcl.huangyuhui.net)
|
||||
|
Loading…
Reference in New Issue
Block a user