Skip to content

Commit

Permalink
1.9.14 - Fix -- 修复配置工具初始化状态/解锁模块密码布局 优化返回排行榜判断/黑名单检测/解锁模块适配
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Feb 3, 2020
1 parent d0a5517 commit 7c5bf92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modules/MODULE_TREASURY_VAULT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/MODULE_UNLOCK.js
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ function _exports() {
return;
}

let _node = _aim.findOnce();
let _node = idMatches(_aim).findOnce();
if (!_node) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion Tools/Unlock_Config_Tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ function loadInternalDialogContents() {
"2. 滑动总时长=(拐点数+1)×给定参数\n\n" +
"连续路径:\n\n" +
"采用 gesture() 方法\n" +
"将所有坐标作为参数出入\n" +
"将所有坐标作为参数传入\n" +
"完成一次性不间断滑动\n" +
"优点:\n" +
"1. 滑动路径不会断开\n" +
Expand Down

0 comments on commit 7c5bf92

Please sign in to comment.