feat: 修正各种小问题,补充多语言

This commit is contained in:
eggmanQQQ
2024-10-14 15:26:57 +08:00
parent 3f6fae9c07
commit 0b14b6bf5f
18 changed files with 213 additions and 132 deletions

View File

@@ -677,8 +677,10 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
// [self.roomAnimation receiveNobleLevelUp:attachment];
}else if (attachment.first == CustomMessageType_General_Floating_Screen && attachment.second == Custom_Message_Sub_General_Floating_Screen_All_Room){
if([XPSkillCardPlayerManager shareInstance].isInRoomVC == YES) {
[self.roomAnimation receiveRoomGeneralFloatingScreen:attachment];
return;
}
//
// [self.roomAnimation receiveRoomGeneralFloatingScreen:attachment];
}
}
}