finish:1.0.17

This commit is contained in:
eggmanQQQ
2024-10-15 20:56:25 +08:00
parent 0b14b6bf5f
commit f576d9c3cf
32 changed files with 629 additions and 86 deletions

View File

@@ -290,8 +290,6 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
RoomBottomEntranceModel *model = roomInfo.rightBottomIconConfig;
if (model) {
@kWeakify(self);
model.skipUrl = @"https://api.hfighting.com/molistar/modules/smashEggs/index.html";
model.icon1Url = @"https://image.pekolive.com/egg.png";
if (model.icon2Url.length > 0) {
if (!_loader_url_2) {
@@ -658,8 +656,7 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
- (void)didTapConfigEntranceButton {
RoomInfoModel *roomInfo = self.hostDelegate.getRoomInfo;
RoomBottomEntranceModel *model = roomInfo.rightBottomIconConfig;
model.skipUrl = @"https://api.molistar.xyz/molistar/modules/smashEggs/index.html";
model.icon1Url = @"https://image.pekolive.com/egg.png";
if (!model) {
return;
}