sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -24,12 +24,6 @@ interface CKBPlanStats {
|
|||||||
ckbApiUrl: string
|
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 typeLabels: Record<string, string> = { partner: '找伙伴', investor: '资源对接', mentor: '导师顾问', team: '团队招募' }
|
||||||
const typeIcons: Record<string, string> = { partner: '⭐', investor: '👥', mentor: '❤️', team: '🎮' }
|
const typeIcons: Record<string, string> = { partner: '⭐', investor: '👥', mentor: '❤️', team: '🎮' }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user