Compare commits

...

6 Commits

Author SHA1 Message Date
neveler
ade4dbb2fe
使用 jekyll-redirect-from 处理快照更新的跳转 (#337)
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-16 10:28:52 +08:00
neveler
542437d58c
清理非必要的 link (#336) 2025-11-16 10:27:34 +08:00
neveler
b624dd5b62
移除 page.note (#332) 2025-11-16 10:27:00 +08:00
neveler
6cb4f1b80d
移除多余空行 (#334) 2025-11-16 10:26:25 +08:00
f4ad34ce07
关闭 PR 时不再显示“预览构建已被移除” (#330) 2025-11-16 10:25:25 +08:00
neveler
92e7b8fe38
修改日期格式为 date_format: "%Y-%m-%d" (#340) 2025-11-16 10:24:43 +08:00
11 changed files with 37 additions and 57 deletions

View File

@ -85,7 +85,7 @@ jobs:
issue_number: context.issue.number, issue_number: context.issue.number,
body: "[Preview] Preview has been removed." body: "[Preview] Preview has been removed."
}); });
- if: ${{ github.event_name == 'pull_request_target' || steps.comment-message.outcome == 'failure' }} - if: ${{ (github.event_name == 'pull_request_target' && github.event.action != 'closed') || steps.comment-message.outcome == 'failure' }}
name: Comment Message name: Comment Message
uses: actions/github-script@v8 uses: actions/github-script@v8
with: with:

View File

@ -3,5 +3,11 @@ layout: changelog
channel: dev channel: dev
title: 开发版更新日志 title: 开发版更新日志
date: 2021-08-22 23:18:02 +0800 date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
--- ---
<!--{% comment %}-->
> [!NOTE]
> <!--{% endcomment %}-->
> Changelogs are written in Chinese.
<!----{{ '>' }}
{: .notice--info }

View File

@ -3,5 +3,11 @@ layout: changelog
channel: stable channel: stable
title: 稳定版更新日志 title: 稳定版更新日志
date: 2021-08-22 23:18:02 +0800 date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
--- ---
<!--{% comment %}-->
> [!NOTE]
> <!--{% endcomment %}-->
> Changelogs are written in Chinese.
<!----{{ '>' }}
{: .notice--info }

View File

@ -160,6 +160,7 @@ breadcrumbs: false
enable_copy_code_button: true enable_copy_code_button: true
copyright: huanghongxun copyright: huanghongxun
copyright_url: mailto:hmcl@huangyuhui.net copyright_url: mailto:hmcl@huangyuhui.net
date_format: "%Y-%m-%d"
comments: comments:
provider: false # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" provider: false # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"

View File

@ -9,4 +9,3 @@ HMCL 用户群 ⑦ (482624681),https://qm.qq.com/q/WFsZ65F6MY,
HMCL 用户群 ⑧ (991620626),https://qm.qq.com/q/ECVKkslPqi, HMCL 用户群 ⑧ (991620626),https://qm.qq.com/q/ECVKkslPqi,
HMCL 用户群 ⑨ (657677715),https://qm.qq.com/q/DVj9tTrwze, HMCL 用户群 ⑨ (657677715),https://qm.qq.com/q/DVj9tTrwze,
HMCL 用户群 ⑩ (775084843),https://qm.qq.com/q/V5F9DswQEu, HMCL 用户群 ⑩ (775084843),https://qm.qq.com/q/V5F9DswQEu,

1 name link status
9 HMCL 用户群 ⑧ (991620626) https://qm.qq.com/q/ECVKkslPqi
10 HMCL 用户群 ⑨ (657677715) https://qm.qq.com/q/DVj9tTrwze
11 HMCL 用户群 ⑩ (775084843) https://qm.qq.com/q/V5F9DswQEu

View File

@ -12,7 +12,7 @@ author: zkitefly
<!----> <!---->
<h1 id="" align="center">加入群聊前请注意</h1> <h1 id="" align="center">加入群聊前请注意</h1>
- 游戏非正常退出时,请点击左下角 ![][~/assets/groups/button-1] 按钮(不是 ![][~/assets/groups/button-2] 按钮),并完整发送生成的报错压缩包 - 游戏非正常退出时,请点击左下角 ![](/assets/img/docs/groups/button-1.png "导出游戏崩溃日志") 按钮(不是 ![](/assets/img/docs/groups/button-2.png "日志") 按钮),并完整发送生成的报错压缩包
- 遇到其他问题时,请详细说明情况并提供相关截图,以便我们提供帮助 - 遇到其他问题时,请详细说明情况并提供相关截图,以便我们提供帮助
- 使用整合包时,请说明具体的整合包名称与版本 - 使用整合包时,请说明具体的整合包名称与版本
- 请保持耐心,群管理和群友会协助解决问题。严禁辱骂、催促他人 - 请保持耐心,群管理和群友会协助解决问题。严禁辱骂、催促他人
@ -25,12 +25,7 @@ author: zkitefly
- 本群仅处理游戏崩溃相关问题,其他话题请到其他群讨论 - 本群仅处理游戏崩溃相关问题,其他话题请到其他群讨论
--- ---
<!--{% comment %}--> <!----{{'>'}}
[~/assets/groups/button-1]: /assets/img/docs/groups/button-1.png "导出游戏崩溃日志"
[~/assets/groups/button-2]: /assets/img/docs/groups/button-2.png "日志"
<!--{% endcomment %}--{{'>'}}
[~/assets/groups/button-1]: {% link /assets/img/docs/groups/button-1.png %} "导出游戏崩溃日志"
[~/assets/groups/button-2]: {% link /assets/img/docs/groups/button-2.png %} "日志"
{% endcapture %} {% endcapture %}
{{ notice | markdownify }} {{ notice | markdownify }}
<p class="text-center">请等待 <span id="countdown">5</span> 秒,请认真阅读注意事项</p> <p class="text-center">请等待 <span id="countdown">5</span> 秒,请认真阅读注意事项</p>
@ -41,7 +36,7 @@ author: zkitefly
如果你遇到了游戏非正常退出问题,欢迎加入报错崩溃交流群咨询解决方案:[Minecraft 报错崩溃交流群 (666546887)](https://qm.qq.com/q/nG0Ti1kJri) 如果你遇到了游戏非正常退出问题,欢迎加入报错崩溃交流群咨询解决方案:[Minecraft 报错崩溃交流群 (666546887)](https://qm.qq.com/q/nG0Ti1kJri)
![][~/assets/groups/crash] ![](/assets/img/docs/groups/crash.png)
**本群仅处理游戏报错崩溃问题,无关话题请前往其他群聊讨论。** **本群仅处理游戏报错崩溃问题,无关话题请前往其他群聊讨论。**
@ -98,9 +93,3 @@ document.addEventListener("DOMContentLoaded", function () {
}, false); }, false);
}); });
</script> </script>
<!--{% comment %}-->
[~/assets/groups/crash]: /assets/img/docs/groups/crash.png
<!--{% endcomment %}--{{'>'}}
[~/assets/groups/crash]: {% link /assets/img/docs/groups/crash.png %}
<!---->

View File

@ -1,22 +1,4 @@
--- ---
title: 下载 HMCL-Snapshot 版本 title: 下载 HMCL-Snapshot 版本
date: 2024-01-09 22:00:00 +0800 redirect_to: https://hmcl-snapshot-update.netlify.app
--- ---
正在前往 HMCL-Snapshot 下载页面,点击下载即可。
没有前往?[点击此处](https://hmcl-snapshot-update.netlify.app/)
---
You are going to the HMCL-Snapshot download page. Just click download after redirecting.
No redirect? [Click here](https://hmcl-snapshot-update.netlify.app/)
<script>
/* 等待 5 秒. */
setTimeout(function() {
window.location.href = "https://hmcl-snapshot-update.netlify.app/";
}, 5000);
</script>

View File

@ -1,7 +1,6 @@
--- ---
title: Hello Minecraft! Launcher 用户协议 title: Hello Minecraft! Launcher 用户协议
date: 2021-09-21 23:26:00 +0800 date: 2021-09-21 23:26:00 +0800
note: 更新时间 2021 年 9 月 21 日
--- ---
欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher以下简称“本软件”软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。 欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher以下简称“本软件”软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。

View File

@ -170,12 +170,12 @@ OpenAL 是一个跨平台的 3D 音频 API可以用于在多个操作系统
<!--{% comment %}--> <!--{% comment %}-->
[^2]: [整合包自带 Java](../_modpack/bundled-java.md "点击查看") [^2]: [整合包自带 Java](../_modpack/bundled-java.md "点击查看")
<!--{% endcomment %}--{{'>'}} <!--{% endcomment %}--{{'>'}}
[^2]: <a href="{% link _modpack/bundled-java.md %}" title="点击查看">整合包自带 Java</a> [^2]: [整合包自带 Java](/_modpack/bundled-java.md "点击查看")
{{ '<' }}!----> <!---->
[^3]: [如何获取Minecraft的游戏日志?](https://memoryshadow.cn/index.php/2023/06/03/how-do-i-get-minecraft-game-logs/ "点击查看") [^3]: [如何获取Minecraft的游戏日志?](https://memoryshadow.cn/index.php/2023/06/03/how-do-i-get-minecraft-game-logs/ "点击查看")
[^4]: [什么是JVM?](https://www.ibm.com/support/pages/ibm-i-%E4%B8%8Ajava-%E8%99%9A%E6%8B%9F%E6%9C%BA%E7%AE%80%E4%BB%8B "点击查看") [^4]: [什么是JVM?](https://www.ibm.com/support/pages/ibm-i-上java-虚拟机简介 "点击查看")
[^5]: [什么是GC?](https://blog.csdn.net/weixin_44908159/article/details/123626886 "点击查看") [^5]: [什么是GC?](https://blog.csdn.net/weixin_44908159/article/details/123626886 "点击查看")

View File

@ -2,6 +2,8 @@
layout: document layout: document
--- ---
{{ content }}
{% assign channel = page.channel | default: 'stable' %} {% assign channel = page.channel | default: 'stable' %}
{% assign changelogs = site.changelogs | where_exp: "item", "item.relative_path contains channel" | reverse %} {% assign changelogs = site.changelogs | where_exp: "item", "item.relative_path contains channel" | reverse %}
{% for item in changelogs %} {% for item in changelogs %}

View File

@ -8,10 +8,6 @@ layout: single
<div class="notice--info"> <div class="notice--info">
<p>本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</p> <p>本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</p>
{%- if page.note -%}
<hr>
{{ page.note | markdownify }}
{%- endif -%}
</div> </div>
{{ content }} {{ content }}