sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user