6.7.0 - Alpha11 - 修复 ocr.detect 异常及 ocr 部分重载方法异常
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$data": {
|
||||
"v6.7.0": {
|
||||
"released_date": "2025/11/02",
|
||||
"released_date": "2025/11/19",
|
||||
"feature": [
|
||||
"cvt 模块, 用于数据单位转换 (参阅 项目文档 > [单位转换](https://docs.autojs6.com/#/cvt))",
|
||||
"fmt 模块, 用于数据格式化 (参阅 项目文档 > [格式化](https://docs.autojs6.com/#/fmt))",
|
||||
@@ -46,6 +46,8 @@
|
||||
"images 部分方法使用区域参数时 1 被误解析为百分比的问题",
|
||||
"images 部分相关方法出现异常时 oneShot 标记功能失效的问题 _[`issue #372`](http://issues.autojs6.com/372)_",
|
||||
"images 部分相关方法可能引发内存泄露的问题 _[`issue #372`](http://issues.autojs6.com/372)_",
|
||||
"ocr 部分重载方法可能无法正常使用的问题",
|
||||
"ocr.detect 方法获得的结果可能与 ocr.mode 不匹配的问题",
|
||||
"Android 10 UiObject#child 方法可能出现 ArrayIndexOutOfBoundsException 异常的问题 _[`issue #416`](http://issues.autojs6.com/416)_",
|
||||
"运行项目时 project.json 配置参数无法正常解析的问题",
|
||||
"项目配置文件中构建版本号或构建时间出现较大数字时可能导致应用崩溃的问题",
|
||||
|
||||
Reference in New Issue
Block a user