From 6cdc827a917f23b4e8916897be6e3b684fa515c6 Mon Sep 17 00:00:00 2001 From: dream_pep Date: Sat, 5 Sep 2026 20:19:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(download):=20=E7=BB=9F=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E8=B7=AF=E7=94=B1=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=85=A8?= =?UTF-8?q?=E7=AB=99=E7=9B=B8=E5=85=B3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 创建旧 /download 路径的重定向页面以兼容老链接 更新全站所有指向旧下载页的导航和内部链接 修复首页跑马灯的文字错别字(创绘基金→创汇基金) 调整启动器页面按钮布局与样式,添加下载图标 --- app/download/page.tsx | 6 ++++++ app/launcher/page.tsx | 12 +++++++++--- app/page.tsx | 2 +- app/thanks/thanks-view.tsx | 4 ++-- dsh-usage/usage-records.json | 2 +- layout/header.tsx | 2 +- 6 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 app/download/page.tsx diff --git a/app/download/page.tsx b/app/download/page.tsx new file mode 100644 index 0000000..3bcf385 --- /dev/null +++ b/app/download/page.tsx @@ -0,0 +1,6 @@ +import { redirect } from "next/navigation"; + +/** /download old path compat: redirect to /launcher/download */ +export default function OldDownloadRedirect() { + redirect("/launcher/download"); +} diff --git a/app/launcher/page.tsx b/app/launcher/page.tsx index 11f040d..07117bc 100644 --- a/app/launcher/page.tsx +++ b/app/launcher/page.tsx @@ -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 的现代化启动器, 提供流畅的版本管理、多账户支持与丰富的个性化选项。

-
+
+ -
diff --git a/app/thanks/thanks-view.tsx b/app/thanks/thanks-view.tsx index 84ffc45..0ebbc91 100644 --- a/app/thanks/thanks-view.tsx +++ b/app/thanks/thanks-view.tsx @@ -165,7 +165,7 @@ export function ThanksView() { 重新下载