feat: 初始化静态镜像站点仓库

This commit is contained in:
2026-04-08 21:44:32 +08:00
commit 9f9dba6289
2514 changed files with 727963 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/__mirror/runtime/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>运行态镜像入口</title>
<script>
location.replace("/__mirror/runtime/");
</script>
</head>
<body>
<p>正在跳转到运行态镜像入口…</p>
</body>
</html>