wujingjing
2025-01-10 cb8d6096461752e321dda968d39999f3c2f81183
1
2
3
4
5
6
export type ChatRoomItem = {
    id: string;
    isInitial:boolean,
    title: string;
    createTime?: string;
};