// 定义 Link 类型 export type roomBtttonType = { url : string; targetUrl : string; name : string }