mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
fix(download): 统一下载路由并更新全站相关链接
创建旧 /download 路径的重定向页面以兼容老链接 更新全站所有指向旧下载页的导航和内部链接 修复首页跑马灯的文字错别字(创绘基金→创汇基金) 调整启动器页面按钮布局与样式,添加下载图标
This commit is contained in:
@@ -165,7 +165,7 @@ export function ThanksView() {
|
||||
重新下载
|
||||
</Button>
|
||||
<Button variant="outline" size="lg" asChild>
|
||||
<Link href="/download">
|
||||
<Link href="/launcher/download">
|
||||
返回下载中心
|
||||
<ArrowRight className="size-4" />
|
||||
</Link>
|
||||
@@ -185,7 +185,7 @@ export function ThanksView() {
|
||||
</p>
|
||||
<div className="mt-7">
|
||||
<Button variant="outline" size="lg" asChild>
|
||||
<Link href="/download">
|
||||
<Link href="/launcher/download">
|
||||
返回下载中心
|
||||
<ArrowRight className="size-4" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user