From e81aa6442acfbd41b1878fa376162f84eb98f413 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:00:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/navigation.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 495382ba..aaf77c4f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,6 +1,4 @@ main: - - title: 常见问题 - url: /faq.html - title: 设置 url: /settings.html @@ -43,13 +41,21 @@ docs: - title: 添加默认 authlib-injector 验证服务器 url: /launcher/authlib-injector.html description: 本文将告诉你如何设置默认的验证服务器。 + - title: 更新日志 + children: + - title: 稳定版 + url: /changelog/stable.html + - title: 开发版 + url: /changelog/dev.html - title: 其他 children: + - title: 用户协议 + url: /eula/hmcl.html - title: 贡献指南 url: /contribution.html - - title: HMCL GitHub 地址 - url: https://github.com/HMCL-dev/HMCL - - title: HMCL 帮助文档 GitHub 地址 - url: https://github.com/HMCL-dev/HMCL-docs - title: HMCL 官网 url: https://hmcl.huangyuhui.net + - title: HMCL 项目仓库 + url: https://github.com/HMCL-dev/HMCL + - title: HMCL 文档仓库 + url: https://github.com/HMCL-dev/HMCL-docs From 62221e643cf95c44c88948db3d665c2a58f41709 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:06:42 +0800 Subject: [PATCH 2/2] update --- _data/navigation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index aaf77c4f..6f503d0b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -53,9 +53,9 @@ docs: url: /eula/hmcl.html - title: 贡献指南 url: /contribution.html - - title: HMCL 官网 + - title: 项目官网 url: https://hmcl.huangyuhui.net - - title: HMCL 项目仓库 + - title: 项目仓库 url: https://github.com/HMCL-dev/HMCL - - title: HMCL 文档仓库 + - title: 文档仓库 url: https://github.com/HMCL-dev/HMCL-docs