feat(web): CopilotBadge + CopilotCard 组件 + hooks

- CopilotBadge: 风险评分标签(低/中/高/危急)
- CopilotCard: 洞察列表卡片(支持忽略操作)
- useCopilotRisk / useCopilotInsights: 数据获取 hooks
This commit is contained in:
iven
2026-05-12 22:20:56 +08:00
parent cba8c8306d
commit 22ef9b32d6
5 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export { CopilotBadge } from './CopilotBadge';
export { CopilotCard } from './CopilotCard';
export { useCopilotRisk } from './useCopilotRisk';
export { useCopilotInsights } from './useCopilotInsights';