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

This commit is contained in:
卡若
2026-03-08 16:22:51 +08:00
parent 5860f9c77f
commit 91687917ca

View File

@@ -24,12 +24,6 @@ interface CKBPlanStats {
ckbApiUrl: string
}
interface CKBTestResult {
endpoint: string; label: string; description: string
method: 'GET' | 'POST'; status: 'idle' | 'testing' | 'success' | 'error'
message?: string; responseTime?: number
}
const typeLabels: Record<string, string> = { partner: '找伙伴', investor: '资源对接', mentor: '导师顾问', team: '团队招募' }
const typeIcons: Record<string, string> = { partner: '⭐', investor: '👥', mentor: '❤️', team: '🎮' }