liu
4 天以前 726b359e53c1ee75bd756212c9b6e2a02c23b6b3
1
2
3
4
5
6
7
8
export interface ComparisonCardProps {
  icon: string; // 图标名称
  iconColor?: string; // 图标颜色类名
  loading?: boolean; // 加载状态
  title: string; // 标题
  todayCount: number; // 今日新增数量
  value: number; // 数值
}