/** * 通用类型定义 */ // 快捷入口 export type QuickEntry = { id: number name: string icon: string path: string badge: number | null }