chore: enhance phone ui

This commit is contained in:
ReaJason
2025-03-01 23:11:41 +08:00
parent 6292e6b8b2
commit f6f2611b92
14 changed files with 33 additions and 27 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
import { downloadBytes } from "@/lib/utils";
import { GenerateResult } from "@/types/shell";
import { Separator } from "../ui/separator";
import { ScrollTextIcon } from "lucide-react";
import { useTranslation } from "react-i18next";
import { Button } from "../ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "../ui/card";
import { Separator } from "../ui/separator";
export function AgentResult({ packResult, generateResult }: { packResult: string; generateResult?: GenerateResult }) {
const { t } = useTranslation();