From 4f13dc7dcf5b851e52f31078cb0e17cf99a5948f Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20(#389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/navigation.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 495382b..6f503d0 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 官网 + - title: 项目官网 url: https://hmcl.huangyuhui.net + - title: 项目仓库 + url: https://github.com/HMCL-dev/HMCL + - title: 文档仓库 + url: https://github.com/HMCL-dev/HMCL-docs