1. 完善牌照房 PK 功能
2. 补充多语言
3. 修复部分跨房 PK 问题
This commit is contained in:
eggmanQQQ
2024-06-18 13:44:50 +08:00
parent a9ce6039f8
commit 1699ebc926
115 changed files with 977 additions and 2311 deletions

View File

@@ -342,7 +342,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
}
- (void)addTimer {
@kWeakify(self);
timer = [XPWeakTimer scheduledTimerWithTimeInterval:10 block:^(id userInfo) {
timer = [XPWeakTimer scheduledTimerWithTimeInterval:30 block:^(id userInfo) {
@kStrongify(self);
[self getOnlineCount];
} userInfo:nil repeats:YES];