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

This commit is contained in:
卡若
2026-03-08 11:35:09 +08:00
parent 4cdea6628d
commit aff66361fe

View File

@@ -37,7 +37,11 @@ const typeIcons: Record<string, string> = {
partner: '⭐', investor: '👥', mentor: '❤️', team: '🎮',
}
export function CKBStatsTab() {
interface CKBStatsTabProps {
onSwitchTab?: (tabId: string) => void
}
export function CKBStatsTab({ onSwitchTab }: CKBStatsTabProps = {}) {
const [stats, setStats] = useState<MatchStats | null>(null)
const [isLoading, setIsLoading] = useState(true)
const [testPhone, setTestPhone] = useState('13800000000')