Skip to content

Commit

Permalink
1.9.8 -- 修复数据面板统计结果/debugInfo()传参/下载进度显示 timeRecorder智能参数 优化图形配置工具主页加载逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Nov 24, 2019
1 parent bab3f08 commit 7335422
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 229 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 23, 2019
* @version 1.9.8 Alpha
* @last_modified Nov 24, 2019
* @version 1.9.8
* @author SuperMonster003
*
* @tutorial {@link https://github.com/SuperMonster003/Auto.js_Projects/tree/Ant_Forest}
Expand All @@ -22,11 +22,12 @@ checkModulesMap([
"MODULE_UNLOCK",
]);

// given that there are bugs with dialogs modules in old auto.js versions like 4.1.0/5 and 4.1.1/2
// given that there are bugs with dialogs modules
// in auto.js versions like 4.1.0/5 and 4.1.1/2
// in another way, dialogs.builds() could make things easier sometimes
let dialogs = require("./Modules/__dialogs__pro_v6")(runtime, __global__);

// better compatibility for both free version and pro version
// better compatibility for both free and pro versions
let timers = require("./Modules/__timers__pro_v37")(runtime, __global__);

// more functions offered by Stardust and some others by myself
Expand Down
Loading

0 comments on commit 7335422

Please sign in to comment.