what's new
* 动态启动图黑屏修复(#65,#66)
* 支持8.0.6
* 更新越狱包8.0.6
* 更新已注入助手的8.0.6未签名包
* 更新越狱源安装包
This commit is contained in:
DKJone
2021-05-20 16:57:35 +08:00
parent 4ee5e2ff22
commit 0a98c3d8ef
7 changed files with 36 additions and 8 deletions
@@ -46,6 +46,7 @@ typedef void(^BtnBlock)(UIButton *sender);
@property (nonatomic,strong)dispatch_group_t checkFriendGroup;
@property (nonatomic,copy)NSString* groupURL;
/// 结束好友检测
+ (void)endCheck;
@@ -102,6 +102,15 @@
return [DKHelper tableManageWithViewFrame].tableView.backgroundColor;
}
-(NSString *)groupURL{
if (_groupURL.length) {
return _groupURL;
}else{
_groupURL = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"https://gitee.com/DKJone/projects-configuration/raw/master/wxQrCode"] encoding:NSUTF8StringEncoding error:nil];
return _groupURL;
}
}
+ (CGRect)viewFrame{
CGFloat width = [FUiUtil screenWidthCurOri];
CGFloat y = [FUiUtil navigationBarHeightCurOri] + [FUiUtil normalStatusBarHeight];