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,10 +1,10 @@
import { Button } from "@/components/ui/button";
import { Label } from "@/components/ui/label";
import { Check, Copy } from "lucide-react";
import { useCallback, useEffect, useState } from "react";
import { CopyToClipboard } from "react-copy-to-clipboard";
import { useTranslation } from "react-i18next";
import { toast } from "sonner";
import { Button } from "@/components/ui/button";
import { Label } from "@/components/ui/label";
interface CopyableFieldProps {
label: string;