wujingjing
2024-06-28 fbd97c44c79368169590a55205482df25650c161
1
2
3
4
5
6
7
8
 
 
export type ChatRoomItem = {
 
    isInitial:Boolean,
    title:String,
    content?:String
}