From 4e7a31853eaff94856cbc683be986ea1f9c73de2 Mon Sep 17 00:00:00 2001 From: dream_pep Date: Sat, 5 Sep 2026 20:19:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(launcher/download):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=99=A8=E4=B8=8B=E8=BD=BD=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加完整的Koring Launcher下载页面,支持版本渠道切换、历史版本查看、多平台下载、下载源切换、SHA512复制以及更新日志展示,从后端API获取发布数据并渲染页面。 --- app/{ => launcher}/download/page.tsx | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/{ => launcher}/download/page.tsx (100%) diff --git a/app/download/page.tsx b/app/launcher/download/page.tsx similarity index 100% rename from app/download/page.tsx rename to app/launcher/download/page.tsx