export type CardType = { id: number | string title: string // 标题 lableId: string | number label: string // 标签 release: number // 0未发布 | 1已发布 }