添加稳定版开发版渠道和构建资源管理器

This commit is contained in:
Coldsmile_7
2026-07-20 02:09:11 +08:00
parent 970c8b2c3a
commit 0a58f1c226
8 changed files with 439 additions and 87 deletions
+7
View File
@@ -29,7 +29,14 @@ import { siteConfig } from "@/config";
<h2 class="mt-4 text-center text-2xl font-medium">项目资源</h2>
<div class="grid gap-2 px-2 md:grid-cols-2 xl:gap-4">
<SoftwarePreview name="快速开始" iconText="?" href="/guide" description="准备 JDK 8、安装发行包并完成首次启动。" />
<SoftwarePreview
name="构建资源管理器"
iconText="#"
href="/downloads/uranium/builds"
description="浏览稳定版、开发版、提交记录与构建产物。"
/>
<SoftwarePreview name="源代码" iconText="</>" href={siteConfig.repository} external description="查看源代码、提交记录与维护进度。" />
<SoftwarePreview name="项目介绍" iconText="i" href="/about" description="了解 UraniumMC 的定位、维护重点和项目边界。" />
</div>
</header>
</Layout>