mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-02-23 14:34:02 +08:00
fix: link
This commit is contained in:
parent
2cddcb0a03
commit
934c996646
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "各大问题集合"
|
title: "各大问题集合"
|
||||||
permalink: /faq.html
|
permalink: /launcher/faq.html
|
||||||
date: 2021-10-09 23:18:02 +0800
|
date: 2021-10-09 23:18:02 +0800
|
||||||
categories: 启动器
|
categories: 启动器
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "为 HMCL 帮助文档出一份力"
|
title: "为 HMCL 帮助文档出一份力"
|
||||||
permalink: /contribution.html
|
permalink: /launcher/contribution.html
|
||||||
date: 2021-10-09 23:18:02 +0800
|
date: 2021-10-09 23:18:02 +0800
|
||||||
categories: HMCL
|
categories: HMCL
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
# Feel free to add content and custom Front Matter to this file.
|
# 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
|
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||||
|
|
||||||
layout: download
|
|
||||||
---
|
---
|
||||||
|
|
||||||
> 由 wifi-left 进行整理
|
> 由 wifi-left 进行整理
|
||||||
@ -23,50 +22,52 @@ You can also submit your suggestions here.
|
|||||||
|
|
||||||
## HMCL 问题集合
|
## HMCL 问题集合
|
||||||
|
|
||||||
1. [新手问题](about-questions.md)
|
1. [新手问题](/launcher/faq.html)
|
||||||
2. [多人联机帮助](multiplayer.md)
|
1. [启动器使用相关](/launcher/)
|
||||||
|
2. [整合包帮助](/modpack/)
|
||||||
|
2. [多人联机帮助](/multiplayer/)
|
||||||
|
|
||||||
## HMCL 教程 / 帮助
|
## 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 以及 模组 等。
|
它将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。
|
||||||
|
|
||||||
5. [安装 Optifine / 光影](install_optifine.md)
|
5. [安装 Optifine / 光影](/launcher/optifine.html)
|
||||||
|
|
||||||
他将告诉你如何安装 Optifine 来使用光影。
|
他将告诉你如何安装 Optifine 来使用光影。
|
||||||
|
|
||||||
### 对于开发者
|
### 对于开发者
|
||||||
|
|
||||||
1. [制作 HMCL 格式的数据包](datapack.md)
|
1. [制作 HMCL 格式的数据包](/launcher/datapack.html)
|
||||||
|
|
||||||
他将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。
|
他将告诉你如何制作 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)
|
2. [HMCL GitHub 地址](http://github.com/huanghongxun/HMCL)
|
||||||
3. [HMCL 帮助文档 GitHub 地址](http://github.com/huanghongxun/HMCL-docs)
|
3. [HMCL 帮助文档 GitHub 地址](http://github.com/huanghongxun/HMCL-docs)
|
||||||
4. [HMCL 官网](http://hmcl.huangyuhui.net)
|
4. [HMCL 官网](http://hmcl.huangyuhui.net)
|
||||||
|
Loading…
Reference in New Issue
Block a user