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

This commit is contained in:
卡若
2026-03-08 15:42:03 +08:00
parent 3c53e23ca7
commit 209ce1368c

View File

@@ -43,6 +43,7 @@ interface CKBStatsTabProps {
}
export function CKBStatsTab({ onSwitchTab }: CKBStatsTabProps = {}) {
const navigate = useNavigate()
const [stats, setStats] = useState<MatchStats | null>(null)
const [isLoading, setIsLoading] = useState(true)
const [testPhone, setTestPhone] = useState('13800000000')