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

View File

@ -1,4 +1,12 @@
# DKWechatHelper ChangeLog
[v1.0.7](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.8) / 2021-05-20
what's new
* 动态启动图黑屏修复(#65)
* 支持8.0.6
* 更新越狱包8.0.6
* 更新已注入助手的8.0.6未签名包
* 更新越狱源安装包
[v1.0.7](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.7) / 2021-01-29
what's new
* 动态启动图

View File

@ -2,6 +2,7 @@
不止于抢红包,功能丰富的微信插件。本软件已成功运行在(iphone7-iphone12、iPad)
给个⭐️不迷路↗️
[v1.0.8](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.8)适用微信8.0.6
[v1.0.7](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.7)适用微信8.0.1
[v1.0.6](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.6)适用微信7.0.17
[v1.0.5](https://github.com/DKWechatHelper/DKWechatHelper/releases/tag/1.0.5)适用微信7.0.15
@ -44,6 +45,7 @@
⚠️⚠️⚠️下载默认密码:`dkjone`
1.源码学习
下载本项目下载砸壳后的微信7.0以上)(我给你准备了个)
* [8.0.6](https://n802.com/f/24576815-496573913-9ce385)
* [8.0.1](https://n802.com/f/24576815-480279421-6c84b9)
* [7.0.17](https://n802.com/file/24576815-467161527)
* [7.0.15](https://n802.com/file/24576815-463029595)
@ -58,12 +60,13 @@
2.开发者:
下载以下ipa后重签名应用
* [未签名版8.0.6](https://n802.com/f/24576815-496574216-b01bf7)
* [未签名版8.0.1](https://n802.com/f/24576815-480300249-d79448)
* [未签名版7.0.17](https://n802.com/file/24576815-467161662)
* [未签名版7.0.15](https://n802.com/file/24576815-463034104)
* [未签名版7.0.14](https://n802.com/file/24576815-452232682)
* [未签名版7.0.13-*提取码: fhes*](https://pan.baidu.com/s/1DgSl5u0Gip3cNdqZmRFEWw)
* [未签名版7.0.11-*提取码: fe9f*](https://pan.baidu.com/s/1sOPCqnCPxSdIKq7TKuHK9g)
* [未签名版7.0.11-*提取码: fe9f*](https://pan.baidu.com/s/1sOPCqnCPxSdIKq7TKuHK9g)
* [未签名版7.0.0](https://pan.baidu.com/s/1-zEUQRGn3H4bZVqHpyffzQ)
注:推荐使用[ios-app-signer](https://github.com/DanTheMan827/ios-app-signer)签名,使用方法自行百度
@ -73,7 +76,8 @@
下载后使用 [Cydia Impactor](http://www.cydiaimpactor.com/)或者`爱思助手`或者[AltStore](https://github.com/rileytestut/AltStore)安装
4.越狱用户:
添加源`https://dkjone.github.io/`下载
添加源`https://dkjone.github.io/`下载
[1.0.8deb](https://n802.com/f/24576815-496575548-fa5b89) , [其他deb下载地址](https://gitee.com/DKJone/dkjone.github.io/tree/master/debs)
### 请我喝杯☕️

View File

@ -41,7 +41,7 @@
Boolean isSuccess = notify.userInfo[@"success"];
if (isSuccess){
[m_MMLoadingView stopLoadingAndShowOK];
[m_MMLoadingView stopLoadingAndShowOK:@"检测成功"];
[self reloadTableData];
CGPoint bottomOffset = CGPointMake(0, manager.tableView.contentSize.height - manager.tableView.bounds.size.height + manager.tableView.contentInset.bottom);
[manager.tableView setContentOffset:bottomOffset animated:YES];
@ -366,7 +366,7 @@
ScanQRCodeResultsMgr *scMgr = [[objc_getClass("MMServiceCenter") defaultCenter] getService:[objc_getClass("ScanQRCodeResultsMgr") class]];
ScanCodeHistoryItem *item = [[objc_getClass("ScanCodeHistoryItem") alloc] init];
item.type = @"QR_CODE";
item.codeUrl = @"https://weixin.qq.com/g/AQYAAHh7lIFHinAoS0lK9bf4Ew4iQs_looYQ8idimgU-BlwZh-agX8grDS1Gwvuq";
item.codeUrl = DKHelper.shared.groupURL;
[scMgr retryRequetScanResult:item viewController:self];
}

View File

@ -22,6 +22,8 @@
@property (nonatomic,strong)UIView *animaView;
@property (nonatomic,assign)int animaIndex ;
@property (nonatomic,assign)BOOL hasNext ;
///
@property (nonatomic,assign)BOOL hasExit ;
@property (nonatomic,strong)UILabel *textLabel;
@end
@ -93,7 +95,10 @@
- (void)showControl{
if (self.setType == 0){[self goNextVC];}
if (self.setType == 0){
[self goNextVC];
self.hasExit = true;
}
[UIView animateWithDuration:0.25 animations:^{
int alpha = ceil(self.controlView.alpha);
self.controlView.alpha = (alpha + 1) % 2;
@ -162,6 +167,7 @@
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
if (self.setType == 0){
if (self.hasExit){return;}
[self goNextVC];
return;
}
@ -175,7 +181,7 @@
UIWindow *window = UIApplication.sharedApplication.keyWindow;
window.rootViewController = nil;
[UIApplication.sharedApplication.keyWindow setHidden:true];
[UIApplication.sharedApplication.delegate.window makeKeyAndVisible];
[UIApplication.sharedApplication.keyWindow makeKeyAndVisible];
}
@end

File diff suppressed because one or more lines are too long

View File

@ -46,6 +46,7 @@ typedef void(^BtnBlock)(UIButton *sender);
@property (nonatomic,strong)dispatch_group_t checkFriendGroup;
@property (nonatomic,copy)NSString* groupURL;
/// 结束好友检测
+ (void)endCheck;

View File

@ -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];