mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 03:14:26 +08:00
Compare commits
4 Commits
4597954052
...
df53ff9f4f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df53ff9f4f | ||
|
|
70ba60e045 | ||
|
|
c852e380d8 | ||
| fbcfa2aa2e |
15
.github/workflows/pr-preview.yml
vendored
15
.github/workflows/pr-preview.yml
vendored
@ -192,12 +192,17 @@ jobs:
|
||||
outputs:
|
||||
artifact-id: ${{ steps.upload-site.outputs.artifact-id }}
|
||||
steps:
|
||||
- name: Checkout PR
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: ${{ needs.preview-create-init.outputs.sha }}
|
||||
repository: ${{ needs.preview-create-init.outputs.repository }}
|
||||
fetch-depth: 1
|
||||
fetch-depth: 0
|
||||
- name: Merge PR
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git fetch https://github.com/${{ needs.preview-create-init.outputs.repository }} ${{ needs.preview-create-init.outputs.sha }}
|
||||
git merge --squash ${{ needs.preview-create-init.outputs.sha }} --no-edit
|
||||
git commit -m "Merge #${{ env.GITHUB_PR_NUMBER }} for preview build"
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
@ -210,6 +215,8 @@ jobs:
|
||||
echo "baseurl: ${{ needs.preview-create-init.outputs.pathname }}/PR${{ env.GITHUB_PR_NUMBER }}" >> _action.yml
|
||||
echo "source: ${{ github.workspace }}" >> _action.yml
|
||||
echo "destination: /home/runner/site" >> _action.yml
|
||||
echo "preview:" >> _action.yml
|
||||
echo " pr-number: ${{ env.GITHUB_PR_NUMBER }}" >> _action.yml
|
||||
bundle exec jekyll build --config _config.yml,_action.yml
|
||||
- id: upload-site
|
||||
name: Upload Site
|
||||
|
||||
1
Gemfile
1
Gemfile
@ -16,6 +16,7 @@ group :jekyll_plugins do
|
||||
gem "jekyll-gist", "1.5.0"
|
||||
gem "jekyll-feed", "0.17.0"
|
||||
gem "jekyll-include-cache", "0.2.1"
|
||||
gem "jekyll-redirect-from", "0.16.0"
|
||||
end
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
||||
15
_changelogs/dev/3.8/3.8.0.306.md
Normal file
15
_changelogs/dev/3.8/3.8.0.306.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
---
|
||||
|
||||
详细版本介绍: [cv43585405](https://www.bilibili.com/opus/1130662046380064777)
|
||||
|
||||
- GP-4723: 将陶瓦联机更新至 0.3.13 (by Burning_TNT)
|
||||
- GP-4742: 更新 Chunkbase 种子地图链接 (by Wulian233)
|
||||
- GP-4735: 在不支持的平台上打开陶瓦联机页面时弹出提示 (by Glavo)
|
||||
- GP-4734: 调整模组管理页面“模组文件夹”按钮的文本 (by 3gf8jv4dv)
|
||||
- GP-4743: 优化检查更新日志的方式 (by Glavo)
|
||||
- GP-4749: 恢复对 JavaFX 14 的兼容性 (by Glavo)
|
||||
|
||||
错误修复:
|
||||
|
||||
- GP-4736: 修复 FreeBSD x86-64 平台上错误地将所有版本视作未经测试的版本的问题 (by Glavo)
|
||||
14
_config.yml
14
_config.yml
@ -66,13 +66,15 @@ plugins:
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
- jekyll-include-cache
|
||||
- jekyll-redirect-from
|
||||
# minimal-mistakes (mimic GitHub Pages with --safe)
|
||||
# whitelist:
|
||||
# - jekyll-paginate
|
||||
# - jekyll-sitemap
|
||||
# - jekyll-gist
|
||||
# - jekyll-feed
|
||||
# - jekyll-include-cache
|
||||
whitelist:
|
||||
- jekyll-paginate
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
- jekyll-include-cache
|
||||
- jekyll-redirect-from
|
||||
|
||||
# Conversion
|
||||
# markdown: kramdown
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: 下载 HMCL 和 Minecraft 依赖的 Java
|
||||
date: 2023-09-05 14:00:00 +0800
|
||||
redirect_from:
|
||||
- /downloads/loongnix.html
|
||||
---
|
||||
|
||||
龙芯平台存在 “**新世界**” 和 “**旧世界**” 两个 ABI,不同 ABI 的 Java 暂时互不兼容。
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
---
|
||||
title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java
|
||||
date: 2022-12-03 17:30:00 +0800
|
||||
---
|
||||
|
||||
页面已移动至 [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html)
|
||||
|
||||
---
|
||||
|
||||
The page has moved to [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html)
|
||||
|
||||
<script>
|
||||
/* 等待 5 秒. */
|
||||
setTimeout(function() {
|
||||
window.location.href = "{{ '/downloads/linux/loongarch64.html' | relative_url }}";
|
||||
}, 5000);
|
||||
</script>
|
||||
@ -11,6 +11,10 @@ layout: compress
|
||||
</head>
|
||||
|
||||
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}" dir="{% if site.rtl %}rtl{% else %}ltr{% endif %}">
|
||||
{% if site.preview and site.preview.pr-number %}
|
||||
<div class="notice--warning text-center m0">当前站点为预览构建而非官方文档,如需反馈问题请前往 <a href="https://github.com/HMCL-dev/HMCL-docs/pull/{{ site.preview.pr-number }}">#{{ site.preview.pr-number }}</a> 反馈。</div>
|
||||
{% endif %}
|
||||
|
||||
{% include_cached skip-links.html %}
|
||||
{% include_cached masthead.html %}
|
||||
|
||||
@ -34,4 +38,4 @@ layout: compress
|
||||
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@ -10,3 +10,7 @@ a, span, code, kbd, pre, em, strong, b, i {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.m0 {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user