mirror of
https://github.com/dream-pep/koring-launcher.git
synced 2026-09-12 05:45:18 +08:00
feat(更新页面): 添加版本更新速览分类卡片
在原有VersionCard组件下方添加AboutVersion组件,展示当前版本的更新内容概览
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,5 +1,6 @@
|
|||||||
import { useCallback, useEffect, useState } from "react";
|
import { useCallback, useEffect, useState } from "react";
|
||||||
import { VersionCard } from "@/components/VersionCard";
|
import { VersionCard } from "@/components/VersionCard";
|
||||||
|
import { AboutVersion } from "@/components/about-version";
|
||||||
import { SectionTitle, SettingCard } from "@/components/setting";
|
import { SectionTitle, SettingCard } from "@/components/setting";
|
||||||
import { Progress } from "@/components/ui/progress";
|
import { Progress } from "@/components/ui/progress";
|
||||||
import { BUILD_MODE } from "@/lib/mode";
|
import { BUILD_MODE } from "@/lib/mode";
|
||||||
@@ -209,6 +210,9 @@ export function UpdatePage() {
|
|||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<VersionCard />
|
<VersionCard />
|
||||||
|
|
||||||
|
{/* 版本卡片下方:当前版本更新内容速览(分类卡片) */}
|
||||||
|
<AboutVersion />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<SectionTitle>更新内容</SectionTitle>
|
<SectionTitle>更新内容</SectionTitle>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user