mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-12-22 10:52:40 +08:00
Compare commits
6 Commits
2b44de199c
...
ade4dbb2fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ade4dbb2fe | ||
|
|
542437d58c | ||
|
|
b624dd5b62 | ||
|
|
6cb4f1b80d | ||
| f4ad34ce07 | |||
|
|
92e7b8fe38 |
2
.github/workflows/pr-preview.yml
vendored
2
.github/workflows/pr-preview.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
issue_number: context.issue.number,
|
||||
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
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
|
||||
@ -3,5 +3,11 @@ layout: changelog
|
||||
channel: dev
|
||||
title: 开发版更新日志
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
note: Changelogs are written in Chinese.
|
||||
---
|
||||
|
||||
<!--{% comment %}-->
|
||||
> [!NOTE]
|
||||
> <!--{% endcomment %}-->
|
||||
> Changelogs are written in Chinese.
|
||||
<!----{{ '>' }}
|
||||
{: .notice--info }
|
||||
|
||||
@ -3,5 +3,11 @@ layout: changelog
|
||||
channel: stable
|
||||
title: 稳定版更新日志
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
note: Changelogs are written in Chinese.
|
||||
---
|
||||
|
||||
<!--{% comment %}-->
|
||||
> [!NOTE]
|
||||
> <!--{% endcomment %}-->
|
||||
> Changelogs are written in Chinese.
|
||||
<!----{{ '>' }}
|
||||
{: .notice--info }
|
||||
|
||||
@ -160,6 +160,7 @@ breadcrumbs: false
|
||||
enable_copy_code_button: true
|
||||
copyright: huanghongxun
|
||||
copyright_url: mailto:hmcl@huangyuhui.net
|
||||
date_format: "%Y-%m-%d"
|
||||
|
||||
comments:
|
||||
provider: false # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
|
||||
|
||||
@ -9,4 +9,3 @@ HMCL 用户群 ⑦ (482624681),https://qm.qq.com/q/WFsZ65F6MY,
|
||||
HMCL 用户群 ⑧ (991620626),https://qm.qq.com/q/ECVKkslPqi,
|
||||
HMCL 用户群 ⑨ (657677715),https://qm.qq.com/q/DVj9tTrwze,
|
||||
HMCL 用户群 ⑩ (775084843),https://qm.qq.com/q/V5F9DswQEu,
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ author: zkitefly
|
||||
<!---->
|
||||
<h1 id="" align="center">加入群聊前请注意</h1>
|
||||
|
||||
- 游戏非正常退出时,请点击左下角 ![][~/assets/groups/button-1] 按钮(不是 ![][~/assets/groups/button-2] 按钮),并完整发送生成的报错压缩包
|
||||
- 游戏非正常退出时,请点击左下角  按钮(不是  按钮),并完整发送生成的报错压缩包
|
||||
- 遇到其他问题时,请详细说明情况并提供相关截图,以便我们提供帮助
|
||||
- 使用整合包时,请说明具体的整合包名称与版本
|
||||
- 请保持耐心,群管理和群友会协助解决问题。严禁辱骂、催促他人
|
||||
@ -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 %}
|
||||
{{ notice | markdownify }}
|
||||
<p class="text-center">请等待 <span id="countdown">5</span> 秒,请认真阅读注意事项</p>
|
||||
@ -41,7 +36,7 @@ author: zkitefly
|
||||
|
||||
如果你遇到了游戏非正常退出问题,欢迎加入报错崩溃交流群咨询解决方案:[Minecraft 报错崩溃交流群 (666546887)](https://qm.qq.com/q/nG0Ti1kJri)
|
||||
|
||||
![][~/assets/groups/crash]
|
||||

|
||||
|
||||
**本群仅处理游戏报错崩溃问题,无关话题请前往其他群聊讨论。**
|
||||
|
||||
@ -98,9 +93,3 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
}, false);
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--{% comment %}-->
|
||||
[~/assets/groups/crash]: /assets/img/docs/groups/crash.png
|
||||
<!--{% endcomment %}--{{'>'}}
|
||||
[~/assets/groups/crash]: {% link /assets/img/docs/groups/crash.png %}
|
||||
<!---->
|
||||
|
||||
@ -1,22 +1,4 @@
|
||||
---
|
||||
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>
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Hello Minecraft! Launcher 用户协议
|
||||
date: 2021-09-21 23:26:00 +0800
|
||||
note: 更新时间 2021 年 9 月 21 日
|
||||
---
|
||||
|
||||
欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher(以下简称“本软件”)软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。
|
||||
|
||||
@ -170,12 +170,12 @@ OpenAL 是一个跨平台的 3D 音频 API,可以用于在多个操作系统
|
||||
<!--{% comment %}-->
|
||||
[^2]: [整合包自带 Java](../_modpack/bundled-java.md "点击查看")
|
||||
<!--{% 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/ "点击查看")
|
||||
|
||||
[^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 "点击查看")
|
||||
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
layout: document
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% assign channel = page.channel | default: 'stable' %}
|
||||
{% assign changelogs = site.changelogs | where_exp: "item", "item.relative_path contains channel" | reverse %}
|
||||
{% for item in changelogs %}
|
||||
|
||||
@ -8,10 +8,6 @@ layout: single
|
||||
|
||||
<div class="notice--info">
|
||||
<p>本文由 {{ page.author | default: '未署名用户' }} 创建{% if page.contributors %},并由 {{ page.contributors | join: ' ' }} 编辑{% endif %}。</p>
|
||||
{%- if page.note -%}
|
||||
<hr>
|
||||
{{ page.note | markdownify }}
|
||||
{%- endif -%}
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user