feat: add more page

This commit is contained in:
ReaJason
2025-06-26 18:51:54 +08:00
parent 7144d1a6d3
commit 2f5dd308c6
60 changed files with 2403 additions and 284 deletions
+2 -2
View File
@@ -1,5 +1,3 @@
import { Button, buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import { VariantProps } from "class-variance-authority";
import { Check, Copy } from "lucide-react";
import { type HTMLProps, type ReactNode, useCallback, useEffect, useState } from "react";
@@ -8,6 +6,8 @@ import { useTranslation } from "react-i18next";
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
import { materialDark } from "react-syntax-highlighter/dist/esm/styles/prism";
import { toast } from "sonner";
import { Button, buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
interface CopyButtonProps extends React.ComponentProps<"button"> {
value: string;