mirror of
https://github.com/DKJone/DKWechatHelper.git
synced 2026-07-29 06:12:07 +08:00
[v1.0.8](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.8) / 2021-05-20
what's new * 动态启动图黑屏修复(#65,#66) * 支持8.0.6 * 更新越狱包8.0.6 * 更新已注入助手的8.0.6未签名包 * 更新越狱源安装包
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user