mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-12-02 00:32:40 +08:00
使用 jekyll-redirect-from 处理快照更新的跳转 (#337)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
542437d58c
commit
ade4dbb2fe
@ -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>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user