-
+
+
+
-
+
+
+
+
+ 通知
+
-
-
- A
-
-
+
-
+
);
}
\ No newline at end of file
diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx
index 77d332a..7311b46 100644
--- a/src/components/pages/HomePage.tsx
+++ b/src/components/pages/HomePage.tsx
@@ -1,4 +1,4 @@
-import { Boxes, Plus, Sparkles, Video } from "lucide-react";
+import { Boxes, Plus, Video } from "lucide-react";
import type { NavKey } from "@/components/layout/AppShell";
import { Button } from "@/components/ui/button";
@@ -6,27 +6,21 @@ type HomePageProps = {
onNavigate: (key: NavKey) => void;
};
-const stats = [
- { label: "助手总数", value: "12", sub: "8 个运行中" },
- { label: "今日会话", value: "2,846", sub: "较昨日 +18%" },
- { label: "平均响应", value: "428ms", sub: "稳定" },
- { label: "解决率", value: "86.4%", sub: "较上周 +3.2%" },
-];
-
export function HomePage({ onNavigate }: HomePageProps) {
return (
-
+
-
+
AI 视频助手 · 管理台
-
+
你好,开始管理你的智能视频助手
@@ -37,14 +31,19 @@ export function HomePage({ onNavigate }: HomePageProps) {
-
-
-
- {stats.map((item) => (
-
-
-
-
-
-
{item.label}
-
{item.value}
-
{item.sub}
-
- ))}
-
-
);
-}
\ No newline at end of file
+}