添加稳定版开发版渠道和构建资源管理器
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user