使用 jekyll-redirect-from 处理快照更新的跳转 (#337)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler 2025-11-16 10:28:52 +08:00 committed by GitHub
parent 542437d58c
commit ade4dbb2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>