sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 16:22:12 +08:00
parent af77279425
commit 0d92c883d6

View File

@@ -1,15 +1,11 @@
import { useState, useEffect, useCallback } from 'react'
import { useNavigate } from 'react-router-dom'
import { Card, CardContent } from '@/components/ui/card'
import { Input } from '@/components/ui/input'
import { Label } from '@/components/ui/label'
import { Button } from '@/components/ui/button'
import { Badge } from '@/components/ui/badge'
import {
RefreshCw, Users, Zap, Link2,
CheckCircle2, XCircle, Activity, Smartphone, ExternalLink,
RefreshCw, Users, Zap, Link2, ExternalLink,
} from 'lucide-react'
import { get, post } from '@/api/client'
import { get } from '@/api/client'
interface MatchStats {
totalMatches: number