fix(download): 统一下载路由并更新全站相关链接

创建旧 /download 路径的重定向页面以兼容老链接
更新全站所有指向旧下载页的导航和内部链接
修复首页跑马灯的文字错别字(创绘基金→创汇基金)
调整启动器页面按钮布局与样式,添加下载图标
This commit is contained in:
2026-09-05 20:19:54 +08:00
parent 4e7a31853e
commit 6cdc827a91
6 changed files with 20 additions and 8 deletions
+9 -3
View File
@@ -1,7 +1,7 @@
import { FlickeringGrid } from "@/components/ui/flickering-grid";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { HammerIcon, ArrowUpRight, Rocket, Layers, Palette, Users, Cpu, Shield } from "lucide-react";
import { HammerIcon, ArrowUpRight, Download, Rocket, Layers, Palette, Users, Cpu, Shield } from "lucide-react";
import Link from "next/link";
const features = [
@@ -71,14 +71,20 @@ export default function LauncherPage() {
Koring Launcher Minecraft
</p>
<div className="flex items-center gap-3 pt-2">
<div className="flex flex-wrap items-center justify-center gap-3 pt-2">
<Button size="lg" asChild>
<Link href="/launcher/download">
<Download className="size-4" />
</Link>
</Button>
<Button variant="outline" size="lg" asChild>
<Link href="https://github.com/lingke-net" target="_blank">
GitHub
<ArrowUpRight className="size-4" />
</Link>
</Button>
<Button variant="outline" size="lg" asChild>
<Button variant="ghost" size="lg" asChild>
<Link href="/launcher/join-beta">
</Link>