6.6.1 - Alpha2 - 调整多语言自述文件 (README.md) 的存放路径

This commit is contained in:
SuperMonster003
2024-12-25 13:36:02 +08:00
parent d2bdb21dd7
commit 96c3c3148b
33 changed files with 805 additions and 336 deletions

View File

@@ -1,5 +1,32 @@
{
"$data": {
"v6.6.1": {
"released_date": "2024/12/25",
"feature": [
"Pinyin module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin))",
"Pinyin4j module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin4j))",
"Methods UiObject#isSimilar and UiObjectCollection#isSimilar for determining whether a control or a collection of controls is similar"
],
"fix": [
"Issue where the project could not compile properly in certain environments due to a rollback to an earlier version",
"\"Non-primitive value\" exception that may occur when calling non-existent methods",
"Issue where script shortcuts could not be added properly on certain devices (tentative fix) _[`issue #221`](http://issues.autojs6.com/221)_",
"Incorrect parameter type restrictions for the automator.click/longClick methods _[`issue #275`](http://issues.autojs6.com/275)_",
"Issue where selectors did not support ConsString type parameters _[`issue #277`](http://issues.autojs6.com/277)_",
"Missing methods and properties on UiObjectCollection instances"
],
"improvement": [
"Restore the ability to select text content of individual entries in the log activity window via double-click or long press _[`issue #280`](http://issues.autojs6.com/280)_",
"Recover as much critical information as possible for script projects when project.json is corrupted",
"Automatically convert Simplified Chinese to Pinyin (including multi-tone characters) for generated package name suffixes when packaging single files",
"Support for negative arguments in the UiSelector#findOnce and UiSelector#find methods",
"UI elements and className-related selectors now support more package name prefix omission forms (e.g., RecyclerView, Snackbar, etc.)"
],
"dependency": [
"Added Jieba Analysis version 1.0.3-SNAPSHOT (modified)",
"Upgrade Gradle version from 8.11.1 to 8.12"
]
},
"v6.6.0": {
"released_date": "2024/12/02",
"released_hint": "Built-in module rewrite, upgrade cautiously",