注释掉了max的逻辑,等需要添加max时,直接恢复即可

This commit is contained in:
bluesea 2024-07-24 10:38:33 +08:00
parent 73dfdf9179
commit d22a63f7db

View File

@ -76,19 +76,19 @@ NSString *noble_W = [unfasten_4 stringFromDate:[NSDate date]];
[[NSUserDefaults standardUserDefaults] setObject:noble_W forKey:@"shack_k"]; [[NSUserDefaults standardUserDefaults] setObject:noble_W forKey:@"shack_k"];
[AWM_NetManager requestRemoteIp]; // [AWM_NetManager requestRemoteIp];
//
[[AWM_WallPapaerADManager shareInstance] configureAD]; // [[AWM_WallPapaerADManager shareInstance] configureAD];
//
[self checkATT]; // [self checkATT];
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
self.window.backgroundColor = [UIColor whiteColor]; self.window.backgroundColor = [UIColor whiteColor];
[AWM_NetManager uploadAD_Start]; // [AWM_NetManager uploadAD_Start];
[self.window makeKeyAndVisible]; [self.window makeKeyAndVisible];
[[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) { // [[AWM_WallPapaerADManager shareInstance] showFirstOpenAD:^(NSInteger actionType) {
[self configureRootVC]; [self configureRootVC];
} window:self.window]; // } window:self.window];