feat: add more page

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent afa8f9dd06
commit 83fe7cad8c
60 changed files with 2403 additions and 284 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { downloadBytes, formatBytes } from "@/lib/utils";
import { GenerateResult } from "@/types/shell";
import { ScrollTextIcon } from "lucide-react";
import { useTranslation } from "react-i18next";
import { downloadBytes, formatBytes } from "@/lib/utils";
import { GenerateResult } from "@/types/shell";
import { Button } from "../ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "../ui/card";
import { Separator } from "../ui/separator";
+2 -2
View File
@@ -1,3 +1,5 @@
import { FileTextIcon } from "lucide-react";
import { useTranslation } from "react-i18next";
import { shouldHidden } from "@/lib/utils";
import {
AntSwordShellToolConfig,
@@ -9,8 +11,6 @@ import {
ShellToolType,
Suo5ShellToolConfig,
} from "@/types/shell";
import { FileTextIcon } from "lucide-react";
import { useTranslation } from "react-i18next";
import { CopyableField } from "../copyable-field";
import { Card, CardContent, CardHeader, CardTitle } from "../ui/card";
import { Separator } from "../ui/separator";
+1 -1
View File
@@ -1,6 +1,6 @@
import { useTranslation } from "react-i18next";
import { downloadBytes } from "@/lib/utils";
import { GenerateResult } from "@/types/shell";
import { useTranslation } from "react-i18next";
import { Button } from "../ui/button";
export function JarResult({
@@ -1,5 +1,5 @@
import { GenerateResult } from "@/types/shell";
import { TFunction } from "i18next";
import { GenerateResult } from "@/types/shell";
import { CodeViewer } from "../code-viewer";
import { AgentResult } from "./agent";
import { JarResult } from "./jar-result";