完成礼物功能

This commit is contained in:
启星
2026-01-26 14:19:00 +08:00
parent 472bd8b3ae
commit e5191e0f71
26 changed files with 353 additions and 40 deletions

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "room_lock@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "room_lock@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -630,4 +630,6 @@ static NSString * QXRoomSetTime = @"api/Room/set_room_business_time";
static NSString * QXRoomPKCloseMic = @"api/RoomPk/close_pk_mic";
/// 礼物墙用户列表
static NSString * QXUserGiftWallUserList = @"api/User/gift_wall_user_list";
/// 热度卡使用
static NSString * QXUseRoomHotCard = @"api/Decorate/room_hot_card";
#endif /* Api_h */