Skip to content

Commit

Permalink
修复检索输入区分正则/OCR方案 优化解锁模块日志显示/压缩解压数据读写效率
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Nov 21, 2019
1 parent 87fc219 commit 9e645b1
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 170 deletions.
9 changes: 5 additions & 4 deletions Ant_Forest_Launcher.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* @overview alipay ant forest energy intelligent collection script
*
* @last_modified Nov 19, 2019
* @version 1.9.6
* @last_modified Nov 21, 2019
* @version 1.9.7
* @author SuperMonster003
*
* @tutorial {@link https://github.com/SuperMonster003/Auto.js_Projects/tree/Ant_Forest}
Expand Down Expand Up @@ -1140,6 +1140,9 @@ function checkEnergy() {
while (getMinCountdownOwn()) checkRemain();
}

images.reclaim(initial_af_home_capt);
initial_af_home_capt = null;

// tool function(s) //

function checkRipeBalls() {
Expand Down Expand Up @@ -1218,8 +1221,6 @@ function checkEnergy() {
raw_balls.forEach((node, idx) => {
stitched = idx ? images.concat(stitched, nodeToImage(node), "BOTTOM") : stitched;
});
images.reclaim(initial_af_home_capt);
initial_af_home_capt = null;
return stitched;
})();

Expand Down
Loading

0 comments on commit 9e645b1

Please sign in to comment.