交友房初步完成

This commit is contained in:
启星
2025-08-22 19:02:44 +08:00
parent 4ab82fa98f
commit ddeec09ea5
147 changed files with 3566 additions and 363 deletions

View File

@@ -751,7 +751,8 @@ NSInteger maxMessageCount = 20;
return @{@"GiftInfo" : @"QXGiftModel",
@"FromUserInfo":@"QXUserHomeModel",
@"nextInfo":@"QXSongListModel",
@"songInfo":@"QXSongListModel"
@"songInfo":@"QXSongListModel",
@"friend_user":@"QXRoomFriendRelationModel"
};
}