Skip to content

Commit

Permalink
1.9.10 修复监听器失效/Schema子参数/THREADS阻塞/Dollar全局变量污染/保险任务/findViewByTag/配置…
Browse files Browse the repository at this point in the history
…工具列表排序/获取排行榜好友列表/能量球点击间隔配置 启动工具深度代码重构
  • Loading branch information
SuperMonster003 committed Dec 31, 2019
1 parent 482c729 commit c329bba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Ant_Forest_Launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -5571,14 +5571,16 @@ let $$af = {

function _btmTpl() {
let _tpl = $$app.page.rl.btm_tpl.img;
if (!_tpl) {
return;
}

let _h = _tpl.height;
let _min = cX(0.04);
let _max = cX(0.18);
let _hh = $$num(_min, "<=", _h, "<=", _max);

if (_tpl) {
return _hh ? _match() : _clear();
}
return _hh ? _match() : _clear();

// tool function(s) //

Expand Down

0 comments on commit c329bba

Please sign in to comment.