Skip to content

Commit

Permalink
2.1.5 - 修复设置参数修改异常/前置应用数据异常/Pro版解锁/存储扩展模块异常/$$sel.pickup()
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Jun 30, 2021
1 parent b5b3e43 commit ad66b29
Show file tree
Hide file tree
Showing 15 changed files with 923 additions and 689 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,26 @@

[comment]: <> (Version history only shows last 3 versions)

# v2.1.5
###### 2021/06/30
* `修复` 部分机型SettingNotFoundException异常并尝试自动修复 (试修) _[`issue #487`](https://github.com/SuperMonster003/Ant-Forest/issues/487)_ _[`#483`](https://github.com/SuperMonster003/Ant-Forest/issues/483)_
* `修复` imagesx.capt()可能返回falsy值的问题 (试修) _[`issue #488`](https://github.com/SuperMonster003/Ant-Forest/issues/488)_
* `修复` 前置应用横屏状态启动项目时屏幕数据异常的问题 _[`issue #489`](https://github.com/SuperMonster003/Ant-Forest/issues/489)_
* `修复` 部分Pro版本无法在锁屏页面获取布局信息的问题 _[`issue #486`](https://github.com/SuperMonster003/Ant-Forest/issues/486)_
* `修复` 部分Pro版本无法支持Floaty布局中fontFamily属性的问题
* `修复` 部分Pro版本进入排行榜后准备条件判断随机失效的问题
* `修复` $$sel.pickup()获取控件集合数量可能不准确的问题
* `修复` storagesx扩展模块remove方法功能失效的问题
* `优化` 解锁模块增加拨号盘阵列PIN解锁方案 (试验性)
* `优化` 重构$$sel.pickup()并摒除低概率功能及参数变量
* `优化` 静默脚本强制中止时"方法链"方法产生的错误日志
* `优化` 静默部分Pro版本对控制台日志文件模式参数产生的报警日志

# v2.1.4
###### 2021/06/25
* `修复` Pro版本无法使用项目部署工具的问题 _[`issue #480`](https://github.com/SuperMonster003/Ant-Forest/issues/480)_
* `修复` Pro版本运行项目时无法获取引擎名称的问题 _[`issue #481`](https://github.com/SuperMonster003/Ant-Forest/issues/481)_
* `修复` Pro版本无法获取脚本文件路径配置信息的问题
* `修复` 部分Pro版本无法使用项目部署工具的问题 _[`issue #480`](https://github.com/SuperMonster003/Ant-Forest/issues/480)_
* `修复` 部分Pro版本运行项目时无法获取引擎名称的问题 _[`issue #481`](https://github.com/SuperMonster003/Ant-Forest/issues/481)_
* `修复` 部分Pro版本无法获取脚本文件路径配置信息的问题

# v2.1.3
###### 2021/06/21
Expand All @@ -135,13 +150,6 @@
* `优化` 增加屏幕方向状态管理避免横屏启动时部分截图方法异常 _[`issue #477`](https://github.com/SuperMonster003/Ant-Forest/issues/477)_ _[`#471`](https://github.com/SuperMonster003/Ant-Forest/issues/471)_ _[`#468`](https://github.com/SuperMonster003/Ant-Forest/issues/468)_
* `优化` 能量雨收集工具优化识别条件并增加额外机会的自动处理

# v2.1.2
###### 2021/05/19
* `修复` 能量雨收集工具高概率出现截图权限申请失败的问题 _[`issue #467`](https://github.com/SuperMonster003/Ant-Forest/issues/467)_
* `修复` 支付宝应用控件变更导致主账户登录失败的问题
* `优化` 独立无障碍服务模块(a11y)及本地存储扩展模块(storage)
* `优化` 截图权限申请扩展方法在多线程等极端条件下的适应性

##### 更多版本历史可参阅

* [CHANGELOG-2.md](https://github.com/SuperMonster003/Ant-Forest/blob/master/documents/CHANGELOG-2.md) ( 2.x 版本 )
Expand Down
117 changes: 58 additions & 59 deletions ant-forest-launcher.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ant-forest-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ let $$init = {
check() {
this.appx().load();
appx.checkModules([
'mod-pwmap', 'mod-treasury-vault', 'mod-default-config',
'mod-monster-func', 'mod-database', 'ext-storages', 'ext-a11y',
'ext-app', 'ext-files', 'ext-dialogs', 'ext-timers', 'ext-colors',
'ext-device', 'ext-global', 'ext-threads', 'ext-ui', 'ext-images',
'mod-pwmap', 'mod-treasury-vault', 'mod-database', 'mod-monster-func',
'mod-default-config', 'ext-a11y', 'ext-console', 'ext-storages',
'ext-timers', 'ext-dialogs', 'ext-colors', 'ext-files', 'ext-app',
'ext-device', 'ext-threads', 'ext-images', 'ext-global', 'ext-ui',
], {is_load: true});
appx.checkSdkAndAJVer();
appx.checkAccessibility();
Expand Down Expand Up @@ -5599,7 +5599,7 @@ $$view.page.new('本地日志', 'global_log_page', (t) => {
// tool function(s) //

function _on() {
console.setGlobalLogConfig({
consolex.setGlobalLogConfig({
file: $$cfg.sto.global_log_cfg_path + 'auto.js-log.log',
filePattern: $$cfg.sto.global_log_cfg_file_pattern,
maxBackupSize: $$cfg.sto.global_log_cfg_max_backup_size,
Expand Down
21 changes: 18 additions & 3 deletions documents/CHANGELOG-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
### 版本历史 - 2.x
******

# v2.1.5
###### 2021/06/30
* `修复` 部分机型SettingNotFoundException异常并尝试自动修复 (试修) _[`issue #487`](https://github.com/SuperMonster003/Ant-Forest/issues/487)_ _[`#483`](https://github.com/SuperMonster003/Ant-Forest/issues/483)_
* `修复` imagesx.capt()可能返回falsy值的问题 (试修) _[`issue #488`](https://github.com/SuperMonster003/Ant-Forest/issues/488)_
* `修复` 前置应用横屏状态启动项目时屏幕数据异常的问题 _[`issue #489`](https://github.com/SuperMonster003/Ant-Forest/issues/489)_
* `修复` 部分Pro版本无法在锁屏页面获取布局信息的问题 _[`issue #486`](https://github.com/SuperMonster003/Ant-Forest/issues/486)_
* `修复` 部分Pro版本无法支持Floaty布局中fontFamily属性的问题
* `修复` 部分Pro版本进入排行榜后准备条件判断随机失效的问题
* `修复` $$sel.pickup()获取控件集合数量可能不准确的问题
* `修复` storagesx扩展模块remove方法功能失效的问题
* `优化` 解锁模块增加拨号盘阵列PIN解锁方案 (试验性)
* `优化` 重构$$sel.pickup()并摒除低概率功能及参数变量
* `优化` 静默脚本强制中止时"方法链"方法产生的错误日志
* `优化` 静默部分Pro版本对控制台日志文件模式参数产生的报警日志

# v2.1.4
###### 2021/06/25
* `修复` Pro版本无法使用项目部署工具的问题 _[`issue #480`](https://github.com/SuperMonster003/Ant-Forest/issues/480)_
* `修复` Pro版本运行项目时无法获取引擎名称的问题 _[`issue #481`](https://github.com/SuperMonster003/Ant-Forest/issues/481)_
* `修复` Pro版本无法获取脚本文件路径配置信息的问题
* `修复` 部分Pro版本无法使用项目部署工具的问题 _[`issue #480`](https://github.com/SuperMonster003/Ant-Forest/issues/480)_
* `修复` 部分Pro版本运行项目时无法获取引擎名称的问题 _[`issue #481`](https://github.com/SuperMonster003/Ant-Forest/issues/481)_
* `修复` 部分Pro版本无法获取脚本文件路径配置信息的问题

# v2.1.3
###### 2021/06/21
Expand Down
Loading

0 comments on commit ad66b29

Please sign in to comment.