/** * 类型 */ export type DashboardType = 'primary' | 'success' | 'warning' | 'danger';