6.7.0 - Alpha3 - 设置页面应用启动器图标设置选项增加信息提示; README.md 增加活跃维护期统计
This commit is contained in:
@@ -602,6 +602,7 @@
|
||||
"وحدة notice (انظر وثائق المشروع > [الإشعارات](https://docs.autojs6.com/#/notice))",
|
||||
"وحدة s13n (انظر وثائق المشروع > [المعايير](https://docs.autojs6.com/#/s13n))",
|
||||
"وحدة Color (انظر وثائق المشروع > [نوع اللون](https://docs.autojs6.com/#/colorType))",
|
||||
"(انظر وثائق المشروع > [نوع اللون](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor)) colors.setColorPaint طريقة، لتعيين لون فرشاة android.graphics.Paint",
|
||||
"إضافة ميزة الحفاظ على الشاشة مضاءة عندما يكون التطبيق في المقدمة وإضافة إعداد لذلك",
|
||||
"إضافة مشغل وثائق مستقل لسهولة قراءة وثائق التطبيق (دعم الإخفاء أو العرض في الإعدادات)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"دعم تحريك نافذة التعويم لconsole عن طريق سحب منطقة العنوان",
|
||||
"دعم غلق نافذة التعويم console تلقائيا بعد انتهاء النص البرمجي",
|
||||
"دعم تغيير حجم الخط عن طريق تكبير الشاشة بالأصابع في نافذة التعويم الخاصة console ونوافذ النشاط الخاص بها",
|
||||
"دعم معلمة المهلة للدوال في وحدة http",
|
||||
"طرق الوحدة http تدعم خيار معامل المهلة (timeout)",
|
||||
"دعم خفض مستوى JDK في نص بناء Gradle (تراجع)",
|
||||
"دعم تحديد الأدوات المناسبة استنادًا إلى نوع النظام الأساسي وإصداره في نص بناء Gradle (بشكل محدود)"
|
||||
],
|
||||
|
||||
@@ -167,8 +167,8 @@
|
||||
"v6.6.1": {
|
||||
"released_date": "2025/01/01",
|
||||
"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))",
|
||||
"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",
|
||||
"Global method \"currentComponent\", used to obtain the name information of the currently active component"
|
||||
],
|
||||
@@ -322,7 +322,7 @@
|
||||
"v6.5.0": {
|
||||
"released_date": "2023/12/02",
|
||||
"feature": [
|
||||
"opencc module (Refer to Project Documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))",
|
||||
"opencc module (Refer to project documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))",
|
||||
"UiSelector adds [plus](https://docs.autojs6.com/#/uiObjectType?id=m-plus) and [append](https://docs.autojs6.com/#/uiObjectType?id=m-append) methods _[`issue #115`](http://issues.autojs6.com/115)_",
|
||||
"Packaging application page adds support for filtering ABIs and libraries (Ref to [AutoX](https://github.com/kkevsekk1/AutoX)) _[`issue #189`](http://issues.autojs6.com/189)_"
|
||||
],
|
||||
@@ -425,9 +425,9 @@
|
||||
"feature": [
|
||||
"ocr module supports Paddle Lite engine (by [TonyJiangWJ](https://github.com/TonyJiangWJ)) _[`pr #120`](http://pr.autojs6.com/120)_",
|
||||
"Packaging function supports internal and external plugin packaging methods (by [LZX284](https://github.com/LZX284)) _[`pr #151`](http://pr.autojs6.com/151)_",
|
||||
"WebSocket module (Refer to Project Documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))",
|
||||
"barcode / qrcode modules (Refer to Project Documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))",
|
||||
"shizuku module (Refer to Project Documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer",
|
||||
"WebSocket module (Refer to project documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))",
|
||||
"barcode / qrcode modules (Refer to project documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))",
|
||||
"shizuku module (Refer to project documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer",
|
||||
"device.rotation / device.orientation methods",
|
||||
"Support for static property access of internal Java classes",
|
||||
"Support for selecting and switching application language in Android system settings page (Android 13 and above)",
|
||||
@@ -455,7 +455,7 @@
|
||||
"improvement": [
|
||||
"Renamed export function to send function and re-implemented meaningful export function in log activity page",
|
||||
"Added automatic interception and prompt when entry count is too large for send function in log activity page",
|
||||
"ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to Project Documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))",
|
||||
"ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to project documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))",
|
||||
"Increased the success rate of auto-starting accessibility service",
|
||||
"Migrated Kotlin annotation processor from kapt to KSP",
|
||||
"Build tools support IntelliJ Idea EAP versions",
|
||||
@@ -488,7 +488,7 @@
|
||||
"feature": [
|
||||
"Code commenting feature in code editor (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"auto.stateListener for accessibility service connection status listening (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Added nextSibling / lastChild / offset methods to UiObject type (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
"Added nextSibling / lastChild / offset methods to UiObject type (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
],
|
||||
"fix": [
|
||||
"Issue where VSCode plugin could not parse data when script character total length exceeded four-decimal digits _[`issue #91`](http://issues.autojs6.com/91)_ _[`issue #93`](http://issues.autojs6.com/93)_ _[`issue #100`](http://issues.autojs6.com/100)_ _[`issue #109`](http://issues.autojs6.com/109)_",
|
||||
@@ -505,7 +505,7 @@
|
||||
"Enhanced editor code commenting behavior, style, and cursor position handling based on _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Added code commenting menu item based on _[`pr #98`](http://pr.autojs6.com/98)_",
|
||||
"Adapted to VSCode plugin 1.0.6",
|
||||
"Added level parameter support to UiObject#parent method (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
"Added level parameter support to UiObject#parent method (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))"
|
||||
],
|
||||
"dependency": [
|
||||
"Upgraded Gradle version from 8.2 -> 8.3-rc-1"
|
||||
@@ -514,7 +514,7 @@
|
||||
"v6.3.2": {
|
||||
"released_date": "2023/07/06",
|
||||
"feature": [
|
||||
"crypto module (Refer to Project Documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"crypto module (Refer to project documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"Added textswitcher / viewswitcher / viewflipper / numberpicker / video / search controls to UI mode",
|
||||
"Added copy and export log functionalities to Log Activity Page _[`issue #76`](http://issues.autojs6.com/76)_",
|
||||
"Added IP address history feature to Client Mode"
|
||||
@@ -564,7 +564,7 @@
|
||||
"Supports concise form for boolean type property values in UI mode (e.g., clickable=\"true\" can be shortened to clickable or isClickable)",
|
||||
"Button control supports isColored and isBorderless boolean properties",
|
||||
"console.resetGlobalLogConfig method for resetting global log configuration",
|
||||
"web.newWebSocket method for creating WebSocket instance (Refer to Project Documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
"web.newWebSocket method for creating WebSocket instance (Refer to project documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
],
|
||||
"fix": [
|
||||
"Abnormal folder sorting in File Manager",
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice module (refer to project documentation > [Message Notification](https://docs.autojs6.com/#/notice))",
|
||||
"s13n module (refer to project documentation > [Serialization](https://docs.autojs6.com/#/s13n))",
|
||||
"Color module (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint method for setting android.graphics.Paint brush color (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"Keep the screen on functionality and setting options while in the foreground",
|
||||
"Additional documentation launcher for independent reading of application documents (support hiding or showing in settings)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"Support dragging title area to move window position for console floating window",
|
||||
"Support automatic delayed closing after script ends for console floating window",
|
||||
"Support adjusting font size with pinch-to-zoom for both console floating window and its Activity window",
|
||||
"Support timeout parameter for http module related methods",
|
||||
"Support timeout option parameter for http module related methods",
|
||||
"Support active downgrade (fallback) of JDK version in Gradle build script",
|
||||
"Support for Gradle build script to automatically select appropriate build tool versions based on platform type and version (to some extent)"
|
||||
],
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
"Módulo notice (ver Documentos del Proyecto > [Notificaciones](https://docs.autojs6.com/#/notice))",
|
||||
"Módulo s13n (ver Documentos del Proyecto > [Estandarización](https://docs.autojs6.com/#/s13n))",
|
||||
"Módulo Color (ver Documentos del Proyecto > [Clase de Color](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint método, para establecer el color del pincel android.graphics.Paint (consulte la documentación del proyecto > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"Funcionalidad de mantener la pantalla despierta en primer plano y opciones de configuración",
|
||||
"Lanzador de documentos adicional para una lectura independiente de la aplicación de documentos (opción para ocultar o mostrar en la configuración)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"Soporte de arrastrar el área del título para mover la posición de la ventana flotante del console",
|
||||
"Soporte para cierre automático de la ventana flotante del console después de un retraso tras terminar el script",
|
||||
"Soporte para suavizar la fuente en la ventana de la actividad de la consola y en su ventana flotante",
|
||||
"Soporte para parámetros de tiempo de espera (timeout) en métodos relacionados del módulo http",
|
||||
"Soporte para parámetros de tiempo de espera (timeout) en los métodos relacionados con el módulo http",
|
||||
"Soporte para degradar la versión de JDK en el script de construcción de Gradle (fallback)",
|
||||
"Soporte para seleccionar automáticamente la versión adecuada de las herramientas de construcción según el tipo de plataforma y versión (limitado en cierto grado)"
|
||||
],
|
||||
|
||||
@@ -514,7 +514,7 @@
|
||||
"v6.3.2": {
|
||||
"released_date": "2023/07/06",
|
||||
"feature": [
|
||||
"module crypto (voir Documentation du Projet > [Cryptage](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"module crypto (voir documentation du projet > [Cryptage](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_",
|
||||
"Mode UI ajoute des contrôles tels que textswitcher / viewswitcher / viewflipper / numberpicker / video / search",
|
||||
"Ajout des fonctionnalités de copie et d'exportation des journaux sur la page d'activité des journaux _[`issue #76`](http://issues.autojs6.com/76)_",
|
||||
"Le mode client ajoute une fonction d'historique des adresses IP"
|
||||
@@ -564,7 +564,7 @@
|
||||
"Support des valeurs de propriété booléennes sous forme abrégée (ex. clickable=\"true\" peut être abrégé en clickable ou isClickable)",
|
||||
"Support des propriétés booléennes isColored et isBorderless pour les contrôles button",
|
||||
"La méthode console.resetGlobalLogConfig réinitialise la configuration globale des journaux",
|
||||
"La méthode web.newWebSocket crée une instance de WebSocket (voir Documentation du Projet > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
"La méthode web.newWebSocket crée une instance de WebSocket (voir documentation du projet > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))"
|
||||
],
|
||||
"fix": [
|
||||
"Problème de tri des dossiers dans le gestionnaire de fichiers",
|
||||
@@ -598,10 +598,11 @@
|
||||
"v6.3.0": {
|
||||
"released_date": "2023/04/29",
|
||||
"feature": [
|
||||
"module ocr (voir Documentation du Projet > [Reconnaissance Optique de Caractères](https://docs.autojs6.com/#/ocr)) _[`issue #8`](http://issues.autojs6.com/8)_",
|
||||
"module notice (voir Documentation du Projet > [Notifications](https://docs.autojs6.com/#/notice))",
|
||||
"module s13n (voir Documentation du Projet > [Standardisation](https://docs.autojs6.com/#/s13n))",
|
||||
"module Color (voir Documentation du Projet > [Type de Couleur](https://docs.autojs6.com/#/colorType))",
|
||||
"module ocr (voir documentation du projet > [Reconnaissance Optique de Caractères](https://docs.autojs6.com/#/ocr)) _[`issue #8`](http://issues.autojs6.com/8)_",
|
||||
"module notice (voir documentation du projet > [Notifications](https://docs.autojs6.com/#/notice))",
|
||||
"module s13n (voir documentation du projet > [Standardisation](https://docs.autojs6.com/#/s13n))",
|
||||
"module Color (voir documentation du projet > [Type de Couleur](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint méthode, pour définir la couleur du pinceau android.graphics.Paint (voir la documentation du projet > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"Support de maintien de l'écran allumé en avant-plan et options de configuration",
|
||||
"Ajout d'une application de lecture indépendante de la documentation"
|
||||
],
|
||||
@@ -633,16 +634,16 @@
|
||||
"Affichage de la date de modification des fichiers et dossiers dans la page de gestion des fichiers",
|
||||
"Support de la mémorisation du type de tri dans la page de gestion des fichiers",
|
||||
"Ajout de sections sur la compilation et construction du projet et sur les outils d'aide au développement des scripts dans README.md _[`issue #33`](http://issues.autojs6.com/33)_",
|
||||
"Support d'autres formats pour le paramètre d'option de région dans les méthodes du module images (voir Documentation du Projet > [Types Omnipotents](https://docs.autojs6.com/#/omniTypes?id=omniregion))",
|
||||
"Support d'autres formats pour le paramètre d'option de région dans les méthodes du module images (voir documentation du projet > [Types Omnipotents](https://docs.autojs6.com/#/omniTypes?id=omniregion))",
|
||||
"Support de pages abrégées additionnelles (comme pref/homepage/docs/about) pour app.startActivity",
|
||||
"Ancrage des méthodes globales du module web au module lui-même pour améliorer l'utilisabilité (voir Documentation du Projet > [Web](https://docs.autojs6.com/#/web))",
|
||||
"Ancrage des méthodes globales du module web au module lui-même pour améliorer l'utilisabilité (voir documentation du projet > [Web](https://docs.autojs6.com/#/web))",
|
||||
"Support par la méthode web.newInjectableWebView des options de configuration WebView par défaut pour une meilleure fonctionnalité",
|
||||
"Ajout de plusieurs méthodes de conversion et utilitaires dans le module colors, ajout de constantes statiques supplémentaires et de noms de couleurs pouvant être directement utilisés comme paramètres",
|
||||
"Ajout de plusieurs méthodes de configuration de la fenêtre flottante du module console et support de l'unification des styles de fenêtre via un constructeur build",
|
||||
"Support du déplacement de la fenêtre flottante du module console via le glissement de la zone de titre",
|
||||
"Support de la fermeture automatique retardée de la fenêtre flottante du module console après la fin du script",
|
||||
"Support du zoom à deux doigts pour ajuster la taille de la police dans la fenêtre flottante et dans l'Activité du module console",
|
||||
"Support du paramètre de délai d'expiration (timeout) dans les méthodes associées au module http",
|
||||
"Support du paramètre d'option de délai d'attente (timeout) pour les méthodes liées au module http",
|
||||
"Support de la réduction proactive de la version JDK dans les scripts de construction Gradle en cas de besoin",
|
||||
"Support de la sélection automatique de la version appropriée des outils de construction selon le type et la version de la plateforme dans les scripts de construction Gradle (dans la mesure du possible)"
|
||||
],
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice モジュール (プロジェクトドキュメントを参照> [メッセージ通知](https://docs.autojs6.com/#/notice))",
|
||||
"s13n モジュール (プロジェクトドキュメントを参照> [標準化](https://docs.autojs6.com/#/s13n))",
|
||||
"Color モジュール (プロジェクトドキュメントを参照> [カラータイプ](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint メソッド, android.graphics.Paint ブラシの色を設定するためのものです (プロジェクトドキュメント > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor) を参照)",
|
||||
"前景時に画面を常時点灯させる機能と設定オプション",
|
||||
"独立したアプリ文書を読むための追加のドキュメントランチャー (設定で非表示または表示が可能) "
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"コンソール浮動ウィンドウがタイトル部分をドラッグしてウィンドウの位置を移動可能",
|
||||
"コンソール浮動ウィンドウはスクリプト終了後に自動的に遅延して閉じる",
|
||||
"コンソール浮動ウィンドウおよびその Activity ウィンドウがピンチズームでフォントサイズ調整をサポート",
|
||||
"http モジュール関連メソッドがタイムアウトパラメータ (timeout) をサポート",
|
||||
"http モジュール関連メソッドはタイムアウトオプションパラメータ (timeout) をサポート",
|
||||
"Gradle ビルドスクリプトが JDK バージョンの自主降格 (フォールバック) をサポート",
|
||||
"Gradle ビルドスクリプトがプラットフォームの種類およびバージョンに応じて適切なビルドツールバージョンを自動的に選択 (程度は限定的) "
|
||||
],
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice 모듈 (참조 프로젝트 문서 > [메시지 알림](https://docs.autojs6.com/#/notice))",
|
||||
"s13n 모듈 (참조 프로젝트 문서 > [표준화](https://docs.autojs6.com/#/s13n))",
|
||||
"Color 모듈 (참조 프로젝트 문서 > [색상 클래스](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint 메서드, android.graphics.Paint 브러시 색상을 설정하기 위한 기능 (프로젝트 문서 > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor) 참조)",
|
||||
"화면을 항상 켜두는 기능 및 설정 옵션",
|
||||
"독립적으로 애플리케이션 문서를 읽을 수 있는 추가 런처 (설정에서 숨기기 또는 표시 가능)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"콘솔 플로팅 윈도우에서 제목 영역을 드래그하여 윈도우 위치 이동 지원",
|
||||
"콘솔 플로팅 윈도우가 스크립트 종료 후 자동 지연 종료 지원",
|
||||
"콘솔 플로팅 윈도우 및 해당 Activity 윈도우가 두 손가락으로 글꼴 크기 조정 지원",
|
||||
"http 모듈 관련 메서드가 타임아웃 파라미터 (timeout) 지원",
|
||||
"http 모듈 관련 메서드는 타임아웃 옵션 매개변수 (timeout) 를 지원",
|
||||
"Gradle 빌드 스크립트가 JDK 버전 강제 다운그레이드를 지원 (fallback)",
|
||||
"Gradle 빌드 스크립트가 플랫폼 유형 및 버전에 따라 자동으로 적합한 빌드 도구 버전을 선택 (한정된 범위 내에서)"
|
||||
],
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
"v6.6.2": {
|
||||
"released_date": "2025/04/16",
|
||||
"feature": [
|
||||
"Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д.",
|
||||
"Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д",
|
||||
"Атрибут ui.statusBarHeight (getter), используемый для получения высоты строки состояния _[`issue #357`](http://issues.autojs6.com/357)_",
|
||||
"Метод images.flip для переворачивания изображений _[`issue #349`](http://issues.autojs6.com/349)_",
|
||||
"Добавлена опция «расширение файла» на странице настроек",
|
||||
@@ -202,8 +202,8 @@
|
||||
"released_date": "2024/12/02",
|
||||
"released_hint": "Переписаны встроенные модули, обновляйте осторожно",
|
||||
"hint": [
|
||||
"Встроенные модули переписываются на Kotlin для повышения эффективности выполнения сценариев, но необходимы итеративные улучшения.",
|
||||
"Встроенный файл init.js по умолчанию пуст, что позволяет разработчикам расширять встроенные модули или монтировать внешние модули."
|
||||
"Встроенные модули переписываются на Kotlin для повышения эффективности выполнения сценариев, но необходимы итеративные улучшения",
|
||||
"Встроенный файл init.js по умолчанию пуст, что позволяет разработчикам расширять встроенные модули или монтировать внешние модули"
|
||||
],
|
||||
"feature": [
|
||||
"Модуль Axios / Модуль Cheerio (Ссылка на [AutoX](https://github.com/kkevsekk1/AutoX))",
|
||||
@@ -351,15 +351,15 @@
|
||||
"Проблема с переполнением названий функций кнопок на панели быстрого доступа к функциям модуля редактора кода"
|
||||
],
|
||||
"improvement": [
|
||||
"Панель быстрых функций модуля редактора кода адаптируется к ночному режиму.",
|
||||
"Стартовая страница упакованного приложения адаптируется к ночному режиму, а размещение значков приложения корректируется.",
|
||||
"Страница упакованного приложения поддерживает навигацию курсора с помощью клавиши ENTER на программной клавиатуре.",
|
||||
"Страница упакованного приложения поддерживает переключение состояния выбора всего при нажатии на заголовки ABI и библиотеки.",
|
||||
"Выбор ABI по умолчанию осуществляется интеллектуально на странице упакованного приложения с добавлением приглашений для неселектируемых элементов.",
|
||||
"Файловый менеджер корректирует отображение элементов меню в зависимости от типа и характеристик файлов и папок.",
|
||||
"Контекстное меню для папок в файловом менеджере добавляет опцию упаковки приложений.",
|
||||
"Когда службы доступности включены, но работают некорректно, аномальное состояние отображается в переключателе ящика на главной странице AutoJs6.",
|
||||
"Консоль включает подробную информацию о стеке при печати сообщений об ошибках."
|
||||
"Панель быстрых функций модуля редактора кода адаптируется к ночному режиму",
|
||||
"Стартовая страница упакованного приложения адаптируется к ночному режиму, а размещение значков приложения корректируется",
|
||||
"Страница упакованного приложения поддерживает навигацию курсора с помощью клавиши ENTER на программной клавиатуре",
|
||||
"Страница упакованного приложения поддерживает переключение состояния выбора всего при нажатии на заголовки ABI и библиотеки",
|
||||
"Выбор ABI по умолчанию осуществляется интеллектуально на странице упакованного приложения с добавлением приглашений для неселектируемых элементов",
|
||||
"Файловый менеджер корректирует отображение элементов меню в зависимости от типа и характеристик файлов и папок",
|
||||
"Контекстное меню для папок в файловом менеджере добавляет опцию упаковки приложений",
|
||||
"Когда службы доступности включены, но работают некорректно, аномальное состояние отображается в переключателе ящика на главной странице AutoJs6",
|
||||
"Консоль включает подробную информацию о стеке при печати сообщений об ошибках"
|
||||
],
|
||||
"dependency": [
|
||||
"Добавлено ARSCLib версии 1.2.4",
|
||||
@@ -602,6 +602,7 @@
|
||||
"модуль notice (см. Документация проекта > [Уведомления](https://docs.autojs6.com/#/notice))",
|
||||
"модуль s13n (см. Документация проекта > [Стандартизация](https://docs.autojs6.com/#/s13n))",
|
||||
"модуль Color (см. Документация проекта > [Цвет](https://docs.autojs6.com/#/colorType))",
|
||||
"Метод colors.setColorPaint, для установки цвета кисти android.graphics.Paint (см. документацию проекта > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"Функция удержания экрана включенным при активном приложении и настройки для неё",
|
||||
"Дополнительный лаунчер для документации (launcher) для независимого чтения документации (с возможностью скрытия или отображения в настройках)"
|
||||
],
|
||||
@@ -630,21 +631,21 @@
|
||||
"Проблема несоответствия состояния сортировки и отображения значков в файловом менеджере"
|
||||
],
|
||||
"improvement": [
|
||||
"На странице управления файлами добавлено отображение времени изменения файлов и папок.",
|
||||
"На странице управления файлами поддерживается запоминание типа сортировки.",
|
||||
"На странице управления файлами добавлено отображение времени изменения файлов и папок",
|
||||
"На странице управления файлами поддерживается запоминание типа сортировки",
|
||||
"В README.md добавлены разделы по компиляции проекта и помощник по разработке скриптов _[`issue #33`](http://issues.autojs6.com/33)_",
|
||||
"Параметр опции области (region) в методах модуля images поддерживает больше способов передачи (см. документацию проекта > [Универсальные типы](https://docs.autojs6.com/#/omniTypes?id=omniregion))",
|
||||
"На странице app.startActivity добавлена поддержка сокращённых параметров таких как pref/homepage/docs/about.",
|
||||
"На странице app.startActivity добавлена поддержка сокращённых параметров таких как pref/homepage/docs/about",
|
||||
"Глобальные методы модуля web зарегистрированы в самом модуле для повышения удобства (см. документацию проекта > [Всемирная паутина](https://docs.autojs6.com/#/web))",
|
||||
"Метод web.newInjectableWebView реализует по умолчанию часть часто используемых опций настроек WebView.",
|
||||
"Модуль colors добавляет различные методы конверсии и инструментальные методы, также добавлено больше статических констант и цветовых названий, которые можно использовать непосредственно в качестве параметров.",
|
||||
"Модуль консоли добавляет методы настройки стиля для плавающих окон консоли и поддерживает унифицированную конфигурацию стиля окон через конструктор build.",
|
||||
"Плавающие окна консоли поддерживают перемещение позиций окна путем перетаскивания области заголовка.",
|
||||
"Плавающие окна консоли поддерживают автоматическое задержанное закрытие после завершения скрипта.",
|
||||
"Плавающие окна консоли и окна активности поддерживают масштабирование шрифта двумя пальцами.",
|
||||
"Методы, связанные с модулем http, поддерживают параметр тайм-аута (timeout).",
|
||||
"Скрипт сборки Gradle поддерживает инициативное понижение версии JDK (fallback).",
|
||||
"Скрипт сборки Gradle поддерживает автоматический выбор подходящей версии инструментов сборки в зависимости от типа и версии платформы (в ограниченной степени)."
|
||||
"Метод web.newInjectableWebView реализует по умолчанию часть часто используемых опций настроек WebView",
|
||||
"Модуль colors добавляет различные методы конверсии и инструментальные методы, также добавлено больше статических констант и цветовых названий, которые можно использовать непосредственно в качестве параметров",
|
||||
"Модуль консоли добавляет методы настройки стиля для плавающих окон консоли и поддерживает унифицированную конфигурацию стиля окон через конструктор build",
|
||||
"Плавающие окна консоли поддерживают перемещение позиций окна путем перетаскивания области заголовка",
|
||||
"Плавающие окна консоли поддерживают автоматическое задержанное закрытие после завершения скрипта",
|
||||
"Плавающие окна консоли и окна активности поддерживают масштабирование шрифта двумя пальцами",
|
||||
"Методы, связанные с модулем http, поддерживают параметр опции тайм-аута (timeout)",
|
||||
"Скрипт сборки Gradle поддерживает инициативное понижение версии JDK (fallback)",
|
||||
"Скрипт сборки Gradle поддерживает автоматический выбор подходящей версии инструментов сборки в зависимости от типа и версии платформы (в ограниченной степени)"
|
||||
],
|
||||
"dependency": [
|
||||
"Локализована версия Auto.js APK Builder 1.0.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$data": {
|
||||
"v6.7.0": {
|
||||
"released_date": "2025/07/18",
|
||||
"released_date": "2025/07/22",
|
||||
"feature": [
|
||||
"zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))",
|
||||
"mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))",
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice 模塊 (參閲 項目文檔 > [消息通知](https://docs.autojs6.com/#/notice))",
|
||||
"s13n 模塊 (參閲 項目文檔 > [標準化](https://docs.autojs6.com/#/s13n))",
|
||||
"Color 模塊 (參閲 項目文檔 > [顏色類](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint 方法, 用於設置 android.graphics.Paint 畫筆顏色 (參閲 項目文檔 > [顏色類](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"前台時保持屏幕常亮功能及設置選項",
|
||||
"額外的文檔啓動器 (launcher) 便於獨立閲讀應用文檔 (支持在設置中隱藏或顯示)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"控制枱浮動窗口支持拖動標題區域移動窗口位置",
|
||||
"控制枱浮動窗口支持腳本結束後自動延遲關閉",
|
||||
"控制枱浮動窗口及其 Activity 活動窗口支持雙指縮放調整字體大小",
|
||||
"http 模塊相關方法支持超時參數 (timeout)",
|
||||
"http 模塊相關方法支持超時選項參數 (timeout)",
|
||||
"Gradle 構建腳本支持 JDK 版本主動降級 (fallback)",
|
||||
"Gradle 構建腳本支持根據平台類型及版本自動選擇合適的構建工具版本 (程度有限)"
|
||||
],
|
||||
|
||||
@@ -602,6 +602,7 @@
|
||||
"notice 模組 (參閱 專案檔案 > [訊息通知](https://docs.autojs6.com/#/notice))",
|
||||
"s13n 模組 (參閱 專案檔案 > [標準化](https://docs.autojs6.com/#/s13n))",
|
||||
"Color 模組 (參閱 專案檔案 > [顏色類](https://docs.autojs6.com/#/colorType))",
|
||||
"colors.setColorPaint 方法, 用於設定 android.graphics.Paint 畫筆顏色 (參閱 專案文件 > [顏色類](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))",
|
||||
"前臺時保持螢幕常亮功能及設定選項",
|
||||
"額外的檔案啟動器 (launcher) 便於獨立閱讀應用檔案 (支援在設定中隱藏或顯示)"
|
||||
],
|
||||
@@ -642,7 +643,7 @@
|
||||
"控制檯浮動視窗支援拖動標題區域移動視窗位置",
|
||||
"控制檯浮動視窗支援指令碼結束後自動延遲關閉",
|
||||
"控制檯浮動視窗及其 Activity 活動視窗支援雙指縮放調整字型大小",
|
||||
"http 模組相關方法支援超時引數 (timeout)",
|
||||
"http 模組相關方法支援超時選項引數 (timeout)",
|
||||
"Gradle 構建指令碼支援 JDK 版本主動降級 (fallback)",
|
||||
"Gradle 構建指令碼支援根據平臺型別及版本自動選擇合適的構建工具版本 (程度有限)"
|
||||
],
|
||||
|
||||
@@ -8,7 +8,7 @@ encoding = locale.getpreferredencoding()
|
||||
if encoding.lower() != 'utf-8':
|
||||
# 强制使用 UTF-8 编码
|
||||
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
|
||||
# 如果 locale 无法设置,使用以下方式
|
||||
# 如果 locale 无法设置, 使用以下方式
|
||||
# sys.stdout.reconfigure(encoding='utf-8')
|
||||
# sys.stderr.reconfigure(encoding='utf-8')
|
||||
|
||||
@@ -83,7 +83,7 @@ def format_date(date_str, lang_code):
|
||||
date_obj = datetime.strptime(date_str, "%Y/%m/%d")
|
||||
formatted_date = date_obj.strftime(date_formats[lang_code])
|
||||
|
||||
# 在 formatted_date 中每个非字母和非数字字符前后增加空格(如果没有空格)
|
||||
# 在 formatted_date 中每个非字母和非数字字符前后增加空格 (如果没有空格)
|
||||
formatted_date_with_spaces = re.sub(r'(\d+)', r' \1 ', formatted_date).strip()
|
||||
# 将数字与逗号之间的空格去除
|
||||
formatted_date_with_spaces = re.sub(r'(\d)\s+,', r'\1,', formatted_date_with_spaces)
|
||||
@@ -116,6 +116,26 @@ def init_languages():
|
||||
if key.startswith('var_date_'):
|
||||
merged_data[key] = format_date(value, language_code)
|
||||
|
||||
# 计算活跃维护年数
|
||||
def calc_years_from(date_str: str) -> str:
|
||||
try:
|
||||
since_date = datetime.strptime(date_str, "%Y/%m/%d")
|
||||
days = (datetime.now() - since_date).days
|
||||
return f"{days / 365:.2f}" # 始终保留两位小数
|
||||
except ValueError:
|
||||
return date_str # 日期格式异常时保持原值
|
||||
|
||||
maintenance_map = {
|
||||
"data_active_maintenance_phase_tonyjiangwj_auto_js_since_date": "2019/11/21",
|
||||
"data_active_maintenance_phase_supermonster003_autojs6_since_date": "2021/12/01",
|
||||
"data_active_maintenance_phase_aiselp_autox_since_date": "2024/04/21",
|
||||
}
|
||||
|
||||
# 自动遍历 merged_data, 处理所有 *_since_date 键
|
||||
for since_key, since_date in maintenance_map.items():
|
||||
target_key = since_key[:-len('_since_date')] # 去掉后缀
|
||||
merged_data[target_key] = calc_years_from(since_date)
|
||||
|
||||
# 渲染动态字符串
|
||||
language_content_map[language_code] = render_dynamic_strings(merged_data, merged_data)
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@
|
||||
|
||||
الجدول أدناه يضم بعض المشاريع ذات الصلة بـ Auto.js (مرتبة حسب تاريخ التطوير):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">المشروع</span> | <span style="word-break:keep-all;white-space:nowrap">اسم التطبيق</span> | <span style="word-break:keep-all;white-space:nowrap">المطور</span> | <span style="word-break:keep-all;white-space:nowrap">تاريخ بداية التطوير</span> | <span style="word-break:keep-all;white-space:nowrap">تاريخ نهاية التطوير</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">المشروع</span> | <span style="word-break:keep-all;white-space:nowrap">اسم التطبيق</span> | <span style="word-break:keep-all;white-space:nowrap">المطورون الرئيسيون</span> | <span style="word-break:keep-all;white-space:nowrap">تاريخ بداية التطوير</span> | <span style="word-break:keep-all;white-space:nowrap">تاريخ نهاية التطوير</span> | <span style="word-break:keep-all;white-space:nowrap">فترة الصيانة النشطة (سنة)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
التواريخ في الجدول هي تقديرات وقد تختلف عن الواقع.
|
||||
|
||||
في الجدول، تعد إصدارات Auto.js Pro 7/8/9 مدفوعة، والبقية مفتوحة المصدر ومجانية.
|
||||
|
||||
في الجدول، تشير البيانات في العمود `تاريخ نهاية التطوير` التي تحتوي على أقواس مربعة (`[]`) إلى أن مشروع المصدر المفتوح غير متاح مؤقتًا.
|
||||
|
||||
في الجدول، يتم احتساب البيانات في العمود `فترة الصيانة النشطة` التي تحتوي على أقواس زاوية (`<>`) حتى 22 July 2025.
|
||||
|
||||
******
|
||||
|
||||
### الوظائف
|
||||
@@ -355,7 +359,7 @@ File (ملف) | Settings (إعدادات) | Appearance & Behavior (المظهر
|
||||
|
||||
يعتمد مشروع AutoJs6 على إصدار `JDK (مجموعة تطوير جافا)` بإصدار لا يقل عن `17`، ولكن يفضل الإصدار الذي لا يقل عن `19`.
|
||||
|
||||
اعتبارًا من 18 July 2025، الإصدار الأقصى المدعوم من JDK لمشروع AutoJs6 هو `24`.
|
||||
اعتبارًا من 22 July 2025، الإصدار الأقصى المدعوم من JDK لمشروع AutoJs6 هو `24`.
|
||||
|
||||
> ملاحظة: إذا كان نظام الكمبيوتر يحتوي على JDK والإصدار يفي بالمتطلبات المذكورة أعلاه، فيمكنك تخطي هذا القسم.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 is based on the final project of Auto.js, undergoing secondary developme
|
||||
|
||||
The table below lists some Auto.js-related projects (sorted by development date):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Project</span> | <span style="word-break:keep-all;white-space:nowrap">App Name</span> | <span style="word-break:keep-all;white-space:nowrap">Developer</span> | <span style="word-break:keep-all;white-space:nowrap">Development Start Date</span> | <span style="word-break:keep-all;white-space:nowrap">Development End Date</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Project</span> | <span style="word-break:keep-all;white-space:nowrap">App Name</span> | <span style="word-break:keep-all;white-space:nowrap">Main Developers</span> | <span style="word-break:keep-all;white-space:nowrap">Development Start Date</span> | <span style="word-break:keep-all;white-space:nowrap">Development End Date</span> | <span style="word-break:keep-all;white-space:nowrap">Active Maintenance (Year)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
The dates in the table are estimated and may differ from actual dates.
|
||||
|
||||
Auto.js Pro 7/8/9 in the table are paid versions, and the rest are free open-source versions.
|
||||
|
||||
In the table, data in the `Development End Date` column that contains square brackets (`[]`) indicates that the open-source project is temporarily inaccessible.
|
||||
|
||||
In the table, data in the `Active Maintenance` column that contains angle brackets (`<>`) is calculated up to Jul 22, 2025.
|
||||
|
||||
******
|
||||
|
||||
### Functions
|
||||
@@ -355,7 +359,7 @@ Check `Show Package Details`, click NDK and CMake respectively to ensure the cor
|
||||
|
||||
The `JDK (Java Development Kit)` version required for the AutoJs6 project should be at least `17`, but `19` or higher is recommended.
|
||||
|
||||
As of Jul 18, 2025, AutoJs6 supports up to version `24` of the JDK.
|
||||
As of Jul 22, 2025, AutoJs6 supports up to version `24` of the JDK.
|
||||
|
||||
> Note: If the JDK is already installed on the computer system and the version meets the above requirements, this section can be skipped.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 se desarrolló sobre el proyecto final de Auto.js el `01/12/2021` y cont
|
||||
|
||||
La siguiente tabla enumera algunos proyectos relacionados con Auto.js (ordenados por fecha de desarrollo):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Proyecto</span> | <span style="word-break:keep-all;white-space:nowrap">Nombre de la app</span> | <span style="word-break:keep-all;white-space:nowrap">Desarrollador</span> | <span style="word-break:keep-all;white-space:nowrap">Fecha de inicio del desarrollo</span> | <span style="word-break:keep-all;white-space:nowrap">Fecha de finalización del desarrollo</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Proyecto</span> | <span style="word-break:keep-all;white-space:nowrap">Nombre de la app</span> | <span style="word-break:keep-all;white-space:nowrap">Desarrolladores Principales</span> | <span style="word-break:keep-all;white-space:nowrap">Fecha de inicio del desarrollo</span> | <span style="word-break:keep-all;white-space:nowrap">Fecha de finalización del desarrollo</span> | <span style="word-break:keep-all;white-space:nowrap">Mantenimiento activo (año)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
Las fechas en la tabla son estimadas y pueden no coincidir con las reales.
|
||||
|
||||
En la tabla, Auto.js Pro 7/8/9 son versiones pagas, mientras que las demás son versiones gratuitas y de código abierto.
|
||||
|
||||
En la tabla, los datos de la columna `Fecha de finalización del desarrollo` que contienen corchetes (`[]`) indican que el proyecto de código abierto no está temporalmente accesible.
|
||||
|
||||
En la tabla, los datos de la columna `Mantenimiento activo` que contienen paréntesis angulares (`<>`) se han calculado hasta 22 de July de 2025.
|
||||
|
||||
******
|
||||
|
||||
### Funciones
|
||||
@@ -355,7 +359,7 @@ Marca `Show Package Details (Mostrar detalles del paquete)`, haz clic en NDK y C
|
||||
|
||||
La versión mínima requerida del `JDK (Kit de Desarrollo de Java)` para el proyecto AutoJs6 es `17`, pero se recomienda usar una versión no inferior a `19`.
|
||||
|
||||
Hasta el 18 de July de 2025, AutoJs6 soporta hasta la versión `24` de JDK.
|
||||
Hasta el 22 de July de 2025, AutoJs6 soporta hasta la versión `24` de JDK.
|
||||
|
||||
> Nota: Si el sistema ya tiene instalado JDK y cumple con los requisitos anteriores, puedes omitir esta sección.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 est basé sur le projet final Auto.js et a été développé le `01/12/2
|
||||
|
||||
Le tableau suivant énumère certains projets liés à Auto.js (classés par date de développement):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Projet</span> | <span style="word-break:keep-all;white-space:nowrap">Nom de l'application</span> | <span style="word-break:keep-all;white-space:nowrap">Développeur</span> | <span style="word-break:keep-all;white-space:nowrap">Date de début de développement</span> | <span style="word-break:keep-all;white-space:nowrap">Date de fin de développement</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Projet</span> | <span style="word-break:keep-all;white-space:nowrap">Nom de l'application</span> | <span style="word-break:keep-all;white-space:nowrap">Développeurs Principaux</span> | <span style="word-break:keep-all;white-space:nowrap">Date de début de développement</span> | <span style="word-break:keep-all;white-space:nowrap">Date de fin de développement</span> | <span style="word-break:keep-all;white-space:nowrap">Maintenance active (année)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
Les dates dans le tableau sont des estimations et peuvent différer des dates réelles.
|
||||
|
||||
Dans le tableau, Auto.js Pro 7/8/9 sont des versions payantes, les autres sont des versions gratuites et open source.
|
||||
|
||||
Dans le tableau, les données de la colonne `Date de fin de développement` contenant des crochets (`[]`) indiquent que le projet open source est temporairement inaccessible.
|
||||
|
||||
Dans le tableau, les données de la colonne `Maintenance active` contenant des chevrons (`<>`) sont calculées jusqu’au 22 July 2025.
|
||||
|
||||
******
|
||||
|
||||
### Fonctions
|
||||
@@ -355,7 +359,7 @@ Cochez `Show Package Details (afficher les détails du package)`, puis cliquez r
|
||||
|
||||
La version de JDK (Kit de développement Java) requise pour le projet AutoJs6 doit être au moins `17`, mais il est recommandé d'avoir au moins `19`.
|
||||
|
||||
À partir du 18 July 2025, AutoJs6 prend en charge la version maximale de JDK `24`.
|
||||
À partir du 22 July 2025, AutoJs6 prend en charge la version maximale de JDK `24`.
|
||||
|
||||
> Note : Si le JDK est déjà installé sur le système informatique et que la version répond aux exigences ci-dessus, vous pouvez ignorer cette section.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 は `2021/12/01` に Auto.js 最終プロジェクトを基に二次開
|
||||
|
||||
以下の表には, Auto.js に関連するプロジェクトの一部が記載されています (開発日順に並べ替えられています):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">プロジェクト</span> | <span style="word-break:keep-all;white-space:nowrap">アプリ名</span> | <span style="word-break:keep-all;white-space:nowrap">開発者</span> | <span style="word-break:keep-all;white-space:nowrap">開発開始日</span> | <span style="word-break:keep-all;white-space:nowrap">開発終了日</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">プロジェクト</span> | <span style="word-break:keep-all;white-space:nowrap">アプリ名</span> | <span style="word-break:keep-all;white-space:nowrap">主要開発者</span> | <span style="word-break:keep-all;white-space:nowrap">開発開始日</span> | <span style="word-break:keep-all;white-space:nowrap">開発終了日</span> | <span style="word-break:keep-all;white-space:nowrap">アクティブメンテナンス期間 (年)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
表の日付は推定値であり, 実際とは異なる場合があります.
|
||||
|
||||
表の Auto.js Pro 7/8/9 は有料バージョンです. その他は無料のオープンソースバージョンです.
|
||||
|
||||
表では, `開発終了日` 列に角括弧 (`[]`) を含むデータは, オープンソースプロジェクトが一時的にアクセス不能であることを示します.
|
||||
|
||||
表では, `アクティブメンテナンス期間` 列に山括弧 (`<>`) を含むデータは, 統計の締め日が 2025 年 7 月 22 日 であることを示します.
|
||||
|
||||
******
|
||||
|
||||
### 機能
|
||||
@@ -355,7 +359,7 @@ File (ファイル) | Settings (設定) | Appearance & Behavior (外観と動作
|
||||
|
||||
AutoJs6プロジェクトが依存する `JDK (Java開発キット)` のリリースバージョンは少なくとも `17` で, それ以下のバージョンは推奨されませんが, 最低でも `19` の使用を推奨します.
|
||||
|
||||
2025 年 7 月 18 日 現在, AutoJs6がサポートする最大のJDKバージョンは `24` です.
|
||||
2025 年 7 月 22 日 現在, AutoJs6がサポートする最大のJDKバージョンは `24` です.
|
||||
|
||||
> 注: コンピュータシステムに適切なバージョンのJDKがインストールされている場合, この節の内容をスキップできます.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6는 Auto.js 최종 프로젝트를 기반으로 `2021/12/01` 에 다시
|
||||
|
||||
다음 표는 일부 Auto.js 관련 프로젝트를 나열한 것입니다 (개발 날짜 순으로 정렬됨):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">프로젝트</span> | <span style="word-break:keep-all;white-space:nowrap">앱 이름</span> | <span style="word-break:keep-all;white-space:nowrap">개발자</span> | <span style="word-break:keep-all;white-space:nowrap">개발 시작 날짜</span> | <span style="word-break:keep-all;white-space:nowrap">개발 종료 날짜</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">프로젝트</span> | <span style="word-break:keep-all;white-space:nowrap">앱 이름</span> | <span style="word-break:keep-all;white-space:nowrap">주요 개발자</span> | <span style="word-break:keep-all;white-space:nowrap">개발 시작 날짜</span> | <span style="word-break:keep-all;white-space:nowrap">개발 종료 날짜</span> | <span style="word-break:keep-all;white-space:nowrap">활성 유지보수 기간 (년)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
표에 표시된 날짜는 예상 날짜로, 실제 날짜와 다를 수 있습니다.
|
||||
|
||||
표에 나열된 Auto.js Pro 7/8/9 는 유료 버전이며, 그 외는 무료 오픈 소스 버전입니다.
|
||||
|
||||
표에서 `개발 종료 날짜` 열에 대괄호 (`[]`) 가 포함된 데이터는 오픈 소스 프로젝트가 일시적으로 접근 불가함을 나타냅니다.
|
||||
|
||||
표에서 `활성 유지보수 기간` 열에 꺾쇠괄호 (`<>`) 가 포함된 데이터는 통계 기준일이 2025 년 7 월 22 일 임을 나타냅니다.
|
||||
|
||||
******
|
||||
|
||||
### 기능
|
||||
@@ -355,7 +359,7 @@ File (파일) | Settings (설정) | Appearance & Behavior (모양 및 동작) |
|
||||
|
||||
AutoJs6 프로젝트는 `JDK (Java 개발 도구 키트)` 버전이 `17` 이상이어야 하지만, `19` 이상을 권장합니다.
|
||||
|
||||
2025 년 7 월 18 일 기준으로, AutoJs6이 지원하는 최대 JDK 버전은 `24` 입니다.
|
||||
2025 년 7 월 22 일 기준으로, AutoJs6이 지원하는 최대 JDK 버전은 `24` 입니다.
|
||||
|
||||
> 메모: 시스템에 JDK가 설치되어 있고, 버전이 위의 요구 사항을 충족하는 경우, 이 섹션을 건너뛸 수 있습니다.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 разработан на основе финальной версии
|
||||
|
||||
В таблице ниже перечислены некоторые проекты, связанные с Auto.js (отсортированы по дате начала разработки):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Проект</span> | <span style="word-break:keep-all;white-space:nowrap">Название приложения</span> | <span style="word-break:keep-all;white-space:nowrap">Разработчик</span> | <span style="word-break:keep-all;white-space:nowrap">Дата начала разработки</span> | <span style="word-break:keep-all;white-space:nowrap">Дата окончания разработки</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Проект</span> | <span style="word-break:keep-all;white-space:nowrap">Название приложения</span> | <span style="word-break:keep-all;white-space:nowrap">Основные Разработчики</span> | <span style="word-break:keep-all;white-space:nowrap">Дата начала разработки</span> | <span style="word-break:keep-all;white-space:nowrap">Дата окончания разработки</span> | <span style="word-break:keep-all;white-space:nowrap">Период активного обслуживания (год)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
Даты в таблице являются оценочными и могут отличаться от фактических.
|
||||
|
||||
В таблице Auto.js Pro 7/8/9 указаны как платные версии, остальные являются бесплатными версиями с открытым исходным кодом.
|
||||
|
||||
В таблице данные в столбце `Дата окончания разработки`, содержащие квадратные скобки (`[]`), означают, что открытый проект временно недоступен.
|
||||
|
||||
В таблице данные в столбце `Период активного обслуживания`, содержащие угловые скобки (`<>`), учитываются по состоянию на 22 July 2025 года.
|
||||
|
||||
******
|
||||
|
||||
### Функции
|
||||
@@ -234,7 +238,7 @@ AutoJs6 разработан на основе финальной версии
|
||||
|
||||
###### 2025/04/16
|
||||
|
||||
* `Новое` Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д.
|
||||
* `Новое` Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д
|
||||
* `Новое` Атрибут ui.statusBarHeight (getter), используемый для получения высоты строки состояния _[`issue #357`](http://issues.autojs6.com/357)_
|
||||
* `Новое` Метод images.flip для переворачивания изображений _[`issue #349`](http://issues.autojs6.com/349)_
|
||||
* `Новое` Добавлена опция «расширение файла» на странице настроек
|
||||
@@ -355,7 +359,7 @@ File (Файл) | Settings (Настройки) | Appearance & Behavior (Вне
|
||||
|
||||
Для проекта AutoJs6 требуется версия `JDK (Java Development Kit)` не ниже `17`, но рекомендуется не ниже `19`.
|
||||
|
||||
По состоянию на 18 July 2025 года AutoJs6 поддерживает JDK максимальной версии `24`.
|
||||
По состоянию на 22 July 2025 года AutoJs6 поддерживает JDK максимальной версии `24`.
|
||||
|
||||
> Примечание: Если на компьютере уже установлен JDK и версия соответствует указанным требованиям, этот раздел можно пропустить.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 在 Auto.js 最终项目的基础上, 于 `2021/12/01` 进行二次开
|
||||
|
||||
下表列举了部分 Auto.js 相关项目 (按开发日期排序):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">项目</span> | <span style="word-break:keep-all;white-space:nowrap">应用名称</span> | <span style="word-break:keep-all;white-space:nowrap">开发者</span> | <span style="word-break:keep-all;white-space:nowrap">开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">终止开发日期</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">项目</span> | <span style="word-break:keep-all;white-space:nowrap">应用名称</span> | <span style="word-break:keep-all;white-space:nowrap">主要开发者</span> | <span style="word-break:keep-all;white-space:nowrap">开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">终止开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">活跃维护期 (年)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
表格中的日期为预估值, 实际可能存在出入.
|
||||
|
||||
表格中 Auto.js Pro 7/8/9 为付费版本, 其余为免费开源版本.
|
||||
|
||||
表格中 `终止开发日期` 列包含方括号 (`[]`) 的数据, 表示开源项目暂时无法访问.
|
||||
|
||||
表格中 `活跃维护期` 列包含尖括号 (`<>`) 的数据, 其统计截止日期为 2025 年 7 月 22 日.
|
||||
|
||||
******
|
||||
|
||||
### 功能
|
||||
@@ -157,7 +161,7 @@ AutoJs6 在 Auto.js 最终项目的基础上, 于 `2021/12/01` 进行二次开
|
||||
|
||||
# v6.7.0
|
||||
|
||||
###### 2025/07/18
|
||||
###### 2025/07/22
|
||||
|
||||
* `新增` zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))
|
||||
* `新增` mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))
|
||||
@@ -327,7 +331,7 @@ File (文件) | Settings (设置) | Appearance & Behavior (外观与行为) | Sy
|
||||
|
||||
AutoJs6 项目依赖的 `JDK (Java 开发工具包)` 发行版本不低于 `17`, 但建议不低于 `19`.
|
||||
|
||||
截至 2025 年 7 月 18 日, AutoJs6 可支持 JDK 最高版本为 `24`.
|
||||
截至 2025 年 7 月 22 日, AutoJs6 可支持 JDK 最高版本为 `24`.
|
||||
|
||||
> 注: 如果计算机系统已安装 JDK 且版本满足上述要求, 则可跳过此小节内容.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 在 Auto.js 最終項目的基礎上, 於 `2021/12/01` 進行二次開
|
||||
|
||||
下表列舉了部分 Auto.js 相關項目 (按開發日期排序):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">項目</span> | <span style="word-break:keep-all;white-space:nowrap">應用名稱</span> | <span style="word-break:keep-all;white-space:nowrap">開發者</span> | <span style="word-break:keep-all;white-space:nowrap">開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">終止開發日期</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">項目</span> | <span style="word-break:keep-all;white-space:nowrap">應用名稱</span> | <span style="word-break:keep-all;white-space:nowrap">主要開發者</span> | <span style="word-break:keep-all;white-space:nowrap">開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">終止開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">活躍維護期 (年)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
表格中的日期為預估值, 與實際可能存在出入.
|
||||
|
||||
表格中 Auto.js Pro 7/8/9 為付費版本, 其餘為免費開源版本.
|
||||
|
||||
表格中 `終止開發日期` 列包含方括號 (`[]`) 的數據, 表示開源項目暫時無法訪問.
|
||||
|
||||
表格中 `活躍維護期` 列包含尖括號 (`<>`) 的數據, 其統計截止日期為 2025 年 7 月 22 日.
|
||||
|
||||
******
|
||||
|
||||
### 功能
|
||||
@@ -355,7 +359,7 @@ File (文件) | Settings (設置) | Appearance & Behavior (外觀與行為) | Sy
|
||||
|
||||
AutoJs6 項目依賴的 `JDK (Java 開發工具包)` 發行版本不低於 `17`, 但建議不低於 `19`.
|
||||
|
||||
截至 2025 年 7 月 18 日, AutoJs6 可支持 JDK 最高版本為 `24`.
|
||||
截至 2025 年 7 月 22 日, AutoJs6 可支持 JDK 最高版本為 `24`.
|
||||
|
||||
> 注: 如果計算機系統已安裝 JDK 且版本滿足上述要求, 則可跳過此小節內容.
|
||||
|
||||
|
||||
@@ -54,22 +54,26 @@ AutoJs6 在 Auto.js 最終專案的基礎上, 於 `2021/12/01` 進行二次開
|
||||
|
||||
下表列舉了部分 Auto.js 相關專案 (按開發日期排序):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">專案</span> | <span style="word-break:keep-all;white-space:nowrap">應用名稱</span> | <span style="word-break:keep-all;white-space:nowrap">開發者</span> | <span style="word-break:keep-all;white-space:nowrap">開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">終止開發日期</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">專案</span> | <span style="word-break:keep-all;white-space:nowrap">應用名稱</span> | <span style="word-break:keep-all;white-space:nowrap">主要開發者</span> | <span style="word-break:keep-all;white-space:nowrap">開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">終止開發日期</span> | <span style="word-break:keep-all;white-space:nowrap">活躍維護期 (年)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
表格中的日期為預估值, 與實際可能存在出入.
|
||||
|
||||
表格中 Auto.js Pro 7/8/9 為付費版本, 其餘為免費開源版本.
|
||||
|
||||
表格中 `終止開發日期` 列包含方括號 (`[]`) 的資料, 表示開源專案暫時無法訪問.
|
||||
|
||||
表格中 `活躍維護期` 列包含尖括號 (`<>`) 的資料, 其統計截止日期為 2025 年 7 月 22 日.
|
||||
|
||||
******
|
||||
|
||||
### 功能
|
||||
@@ -355,7 +359,7 @@ File (文件) | Settings (設置) | Appearance & Behavior (外觀與行為) | Sy
|
||||
|
||||
AutoJs6 專案依賴的 `JDK (Java 開發工具包)` 發行版本不低於 `17`, 但建議不低於 `19`.
|
||||
|
||||
截至 2025 年 7 月 18 日, AutoJs6 可支援 JDK 最高版本為 `24`.
|
||||
截至 2025 年 7 月 22 日, AutoJs6 可支援 JDK 最高版本為 `24`.
|
||||
|
||||
> 注: 如果計算機系統已安裝 JDK 且版本滿足上述要求, 則可跳過此小節內容.
|
||||
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"jdk_min_supported": 17,
|
||||
"jdk_min_suggested": 19,
|
||||
"jdk_max_supported": 24,
|
||||
"var_date_jdk_max_supported": "%CURRENT_DATE%"
|
||||
"var_date_jdk_max_supported": "%CURRENT_DATE%",
|
||||
"var_date_active_maintenance_phase_statistics_since_when": "%CURRENT_DATE%"
|
||||
}
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) هو برنامج أتمتة JavaScript مدعوم على منصة Android مع [خدمة الوصول](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn)",
|
||||
"p_introduction_autojs_released_information": "تم إصدار Auto.js لأول مرة بواسطة [hyb1996](https://github.com/hyb1996) في `2017/01/27`، وتوقف الصيانة في `2020/03/13`، وكان الإصدار الأخير هو `4.1.1 Alpha2` ورقم البنية `461`",
|
||||
"p_introduction_related_autojs_table_announce": "الجدول أدناه يضم بعض المشاريع ذات الصلة بـ Auto.js (مرتبة حسب تاريخ التطوير)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "في الجدول، يتم احتساب البيانات في العمود `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` التي تحتوي على أقواس زاوية (`<>`) حتى {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "في الجدول، تعد إصدارات Auto.js Pro 7/8/9 مدفوعة، والبقية مفتوحة المصدر ومجانية",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "التواريخ في الجدول هي تقديرات وقد تختلف عن الواقع",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "في الجدول، تشير البيانات في العمود `{{ table_header_introduction_related_autojs_development_end_date }}` التي تحتوي على أقواس مربعة (`[]`) إلى أن مشروع المصدر المفتوح غير متاح مؤقتًا",
|
||||
"p_jdk_preparation_add_existing_jdk": "يمكنك أيضًا اختيار `Add JDK (إضافة JDK)` لإضافة JDK موجود محليًا، وتحديد مساره وإكمال الإضافة",
|
||||
"p_jdk_preparation_download_jdk": "يمكن تنزيل JDK مباشرةً باستخدام IDE، أو زيارة [موقع Oracle](https://www.oracle.com/java/technologies/downloads/) لتنزيله",
|
||||
"p_jdk_preparation_download_new_jdk": "يمكنك اختيار `Download JDK (تنزيل JDK)` لتنزيل JDK المناسب، انقر على زر `Download (تنزيل)` وانتظر حتى يكتمل التنزيل",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "المساهمون",
|
||||
"table_header_contribution_number_of_commits": "عدد الإرساليات",
|
||||
"table_header_contribution_recent_submissions": "أحدث الإرساليات",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "فترة الصيانة النشطة",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "فترة الصيانة النشطة (سنة)",
|
||||
"table_header_introduction_related_autojs_app_name": "اسم التطبيق",
|
||||
"table_header_introduction_related_autojs_developer": "المطور",
|
||||
"table_header_introduction_related_autojs_main_developers": "المطورون الرئيسيون",
|
||||
"table_header_introduction_related_autojs_development_end_date": "تاريخ نهاية التطوير",
|
||||
"table_header_introduction_related_autojs_development_start_date": "تاريخ بداية التطوير",
|
||||
"table_header_introduction_related_autojs_project": "المشروع",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) is a JavaScript automation tool software for the Android platform that supports [Accessibility Service](https://developer.android.com/guide/topics/ui/accessibility/service?hl=en)",
|
||||
"p_introduction_autojs_released_information": "Auto.js was first released by [hyb1996](https://github.com/hyb1996) on `2017/01/27` and ceased maintenance on `2020/03/13`, with the final version name being `4.1.1 Alpha2` and build number `461`",
|
||||
"p_introduction_related_autojs_table_announce": "The table below lists some Auto.js-related projects (sorted by development date)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "In the table, data in the `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` column that contains angle brackets (`<>`) is calculated up to {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "Auto.js Pro 7/8/9 in the table are paid versions, and the rest are free open-source versions",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "The dates in the table are estimated and may differ from actual dates",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "In the table, data in the `{{ table_header_introduction_related_autojs_development_end_date }}` column that contains square brackets (`[]`) indicates that the open-source project is temporarily inaccessible",
|
||||
"p_jdk_preparation_add_existing_jdk": "You can also choose `Add JDK` to add an existing local JDK, locating its directory and completing the JDK addition",
|
||||
"p_jdk_preparation_download_jdk": "JDK can be downloaded directly via the IDE or from the [Oracle website](https://www.oracle.com/java/technologies/downloads/)",
|
||||
"p_jdk_preparation_download_new_jdk": "Alternatively, you can choose `Download JDK` to download a suitable JDK, click the `Download` button and wait for the download to complete",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "Contributors",
|
||||
"table_header_contribution_number_of_commits": "Number of Commits",
|
||||
"table_header_contribution_recent_submissions": "Recent Submissions",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "Active Maintenance",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "Active Maintenance (Year)",
|
||||
"table_header_introduction_related_autojs_app_name": "App Name",
|
||||
"table_header_introduction_related_autojs_developer": "Developer",
|
||||
"table_header_introduction_related_autojs_main_developers": "Main Developers",
|
||||
"table_header_introduction_related_autojs_development_end_date": "Development End Date",
|
||||
"table_header_introduction_related_autojs_development_start_date": "Development Start Date",
|
||||
"table_header_introduction_related_autojs_project": "Project",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) es una herramienta de automatización para la plataforma Android que admite [servicios de accesibilidad](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn)",
|
||||
"p_introduction_autojs_released_information": "Auto.js fue lanzado por [hyb1996](https://github.com/hyb1996) el `27/01/2017` y dejó de ser mantenido el `13/03/2020`, con su versión final denominada `4.1.1 Alpha2` y número de construcción `461`",
|
||||
"p_introduction_related_autojs_table_announce": "La siguiente tabla enumera algunos proyectos relacionados con Auto.js (ordenados por fecha de desarrollo)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "En la tabla, los datos de la columna `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` que contienen paréntesis angulares (`<>`) se han calculado hasta {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "En la tabla, Auto.js Pro 7/8/9 son versiones pagas, mientras que las demás son versiones gratuitas y de código abierto",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "Las fechas en la tabla son estimadas y pueden no coincidir con las reales",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "En la tabla, los datos de la columna `{{ table_header_introduction_related_autojs_development_end_date }}` que contienen corchetes (`[]`) indican que el proyecto de código abierto no está temporalmente accesible",
|
||||
"p_jdk_preparation_add_existing_jdk": "También puedes seleccionar `Add JDK (Añadir JDK)` para agregar un JDK local existente, ubica su directorio y completa la adición del JDK",
|
||||
"p_jdk_preparation_download_jdk": "Puedes descargar el JDK directamente desde la IDE, o desde el [sitio web de Oracle](https://www.oracle.com/java/technologies/downloads/)",
|
||||
"p_jdk_preparation_download_new_jdk": "De lo contrario, puedes seleccionar `Download JDK (Descargar JDK)` para descargar el JDK adecuado, haz clic en el botón `Download (Descargar)` y espera a que se complete la descarga",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "Contribuyentes",
|
||||
"table_header_contribution_number_of_commits": "Número de commits",
|
||||
"table_header_contribution_recent_submissions": "Últimas presentaciones",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "Mantenimiento activo",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "Mantenimiento activo (año)",
|
||||
"table_header_introduction_related_autojs_app_name": "Nombre de la app",
|
||||
"table_header_introduction_related_autojs_developer": "Desarrollador",
|
||||
"table_header_introduction_related_autojs_main_developers": "Desarrolladores Principales",
|
||||
"table_header_introduction_related_autojs_development_end_date": "Fecha de finalización del desarrollo",
|
||||
"table_header_introduction_related_autojs_development_start_date": "Fecha de inicio del desarrollo",
|
||||
"table_header_introduction_related_autojs_project": "Proyecto",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) est un outil de développement d'automatisation JavaScript pour la plateforme Android prenant en charge [les services d'accessibilité](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn)",
|
||||
"p_introduction_autojs_released_information": "Auto.js a été initialement publié par [hyb1996](https://github.com/hyb1996) le `27/01/2017`, la maintenance a été arrêtée le `13/03/2020`, la version finale étant `4.1.1 Alpha2`, numéro de construction `461`",
|
||||
"p_introduction_related_autojs_table_announce": "Le tableau suivant énumère certains projets liés à Auto.js (classés par date de développement)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "Dans le tableau, les données de la colonne `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` contenant des chevrons (`<>`) sont calculées jusqu’au {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "Dans le tableau, Auto.js Pro 7/8/9 sont des versions payantes, les autres sont des versions gratuites et open source",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "Les dates dans le tableau sont des estimations et peuvent différer des dates réelles",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "Dans le tableau, les données de la colonne `{{ table_header_introduction_related_autojs_development_end_date }}` contenant des crochets (`[]`) indiquent que le projet open source est temporairement inaccessible",
|
||||
"p_jdk_preparation_add_existing_jdk": "Vous pouvez également choisir `Ajouter JDK (Add JDK)` pour ajouter un JDK local existant, localiser son répertoire et ajouter le JDK",
|
||||
"p_jdk_preparation_download_jdk": "Vous pouvez télécharger le JDK directement via l'IDE, ou visiter [le site Web d'Oracle](https://www.oracle.com/java/technologies/downloads/) pour le télécharger",
|
||||
"p_jdk_preparation_download_new_jdk": "Sinon, vous pouvez choisir `Télécharger JDK (Download JDK)` pour télécharger un JDK approprié, cliquez sur le bouton `Télécharger (Download)` et attendez que le téléchargement soit terminé",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "Contributeurs",
|
||||
"table_header_contribution_number_of_commits": "Nombre de commits",
|
||||
"table_header_contribution_recent_submissions": "Soumissions récentes",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "Maintenance active",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "Maintenance active (année)",
|
||||
"table_header_introduction_related_autojs_app_name": "Nom de l'application",
|
||||
"table_header_introduction_related_autojs_developer": "Développeur",
|
||||
"table_header_introduction_related_autojs_main_developers": "Développeurs Principaux",
|
||||
"table_header_introduction_related_autojs_development_end_date": "Date de fin de développement",
|
||||
"table_header_introduction_related_autojs_development_start_date": "Date de début de développement",
|
||||
"table_header_introduction_related_autojs_project": "Projet",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) は Android プラットフォーム用の [アクセシビリティサービス](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn) をサポートする JavaScript 自動化ツールです",
|
||||
"p_introduction_autojs_released_information": "Auto.js は [hyb1996](https://github.com/hyb1996) によって `2017/01/27` に初めてリリースされ, `2020/03/13` にメンテナンスを停止しました. 最終バージョンの名前は `4.1.1 Alpha2` で, ビルドバージョンは `461` です",
|
||||
"p_introduction_related_autojs_table_announce": "以下の表には, Auto.js に関連するプロジェクトの一部が記載されています (開発日順に並べ替えられています)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "表では, `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` 列に山括弧 (`<>`) を含むデータは, 統計の締め日が {{ var_date_active_maintenance_phase_statistics_since_when }} であることを示します",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "表の Auto.js Pro 7/8/9 は有料バージョンです. その他は無料のオープンソースバージョンです",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "表の日付は推定値であり, 実際とは異なる場合があります",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "表では, `{{ table_header_introduction_related_autojs_development_end_date }}` 列に角括弧 (`[]`) を含むデータは, オープンソースプロジェクトが一時的にアクセス不能であることを示します",
|
||||
"p_jdk_preparation_add_existing_jdk": "`Add JDK (JDK を追加)` を選択して既存のローカル JDK を追加し, そのディレクトリを指定して JDK を追加することも可能です",
|
||||
"p_jdk_preparation_download_jdk": "JDK は IDE から直接ダウンロードするか, [Oracle サイト](https://www.oracle.com/java/technologies/downloads/) にアクセスしてダウンロードできます",
|
||||
"p_jdk_preparation_download_new_jdk": "または, `Download JDK (JDK をダウンロード)` を選択して適切な JDK をダウンロードし, `Download (ダウンロード)` ボタンをクリックしてダウンロードが完了するのを待ちます",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "貢献者",
|
||||
"table_header_contribution_number_of_commits": "コミット数",
|
||||
"table_header_contribution_recent_submissions": "最近の提出",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "アクティブメンテナンス期間",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "アクティブメンテナンス期間 (年)",
|
||||
"table_header_introduction_related_autojs_app_name": "アプリ名",
|
||||
"table_header_introduction_related_autojs_developer": "開発者",
|
||||
"table_header_introduction_related_autojs_main_developers": "主要開発者",
|
||||
"table_header_introduction_related_autojs_development_end_date": "開発終了日",
|
||||
"table_header_introduction_related_autojs_development_start_date": "開発開始日",
|
||||
"table_header_introduction_related_autojs_project": "プロジェクト",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) Android 플랫폼에서 [접근성 서비스](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn)를 지원하는 JavaScript 자동화 도구 소프트웨어입니다",
|
||||
"p_introduction_autojs_released_information": "Auto.js는 [hyb1996](https://github.com/hyb1996)에 의해 `2017/01/27` 처음 출시되었으며, `2020/03/13` 에 유지보수가 중단되었고, 최종 버전 이름은 `4.1.1 Alpha2`, 빌드 버전 번호는 `461` 입니다",
|
||||
"p_introduction_related_autojs_table_announce": "다음 표는 일부 Auto.js 관련 프로젝트를 나열한 것입니다 (개발 날짜 순으로 정렬됨)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "표에서 `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` 열에 꺾쇠괄호 (`<>`) 가 포함된 데이터는 통계 기준일이 {{ var_date_active_maintenance_phase_statistics_since_when }} 임을 나타냅니다",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "표에 나열된 Auto.js Pro 7/8/9 는 유료 버전이며, 그 외는 무료 오픈 소스 버전입니다",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "표에 표시된 날짜는 예상 날짜로, 실제 날짜와 다를 수 있습니다",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "표에서 `{{ table_header_introduction_related_autojs_development_end_date }}` 열에 대괄호 (`[]`) 가 포함된 데이터는 오픈 소스 프로젝트가 일시적으로 접근 불가함을 나타냅니다",
|
||||
"p_jdk_preparation_add_existing_jdk": "`Add JDK (JDK 추가)` 를 선택하여 이미 존재하는 로컬 JDK를 추가하고 디렉토리를 지정하여 JDK 추가를 완료할 수 있습니다",
|
||||
"p_jdk_preparation_download_jdk": "JDK는 IDE에서 직접 다운로드하거나 [Oracle 웹사이트](https://www.oracle.com/java/technologies/downloads/) 에서 다운로드할 수 있습니다",
|
||||
"p_jdk_preparation_download_new_jdk": "그렇지 않으면 `Download JDK (JDK 다운로드)` 를 선택하여 적절한 JDK를 다운로드하고, `Download (다운로드)` 버튼을 클릭하여 완료될 때까지 기다립니다",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "기여자",
|
||||
"table_header_contribution_number_of_commits": "커밋 수",
|
||||
"table_header_contribution_recent_submissions": "최근 제출",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "활성 유지보수 기간",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "활성 유지보수 기간 (년)",
|
||||
"table_header_introduction_related_autojs_app_name": "앱 이름",
|
||||
"table_header_introduction_related_autojs_developer": "개발자",
|
||||
"table_header_introduction_related_autojs_main_developers": "주요 개발자",
|
||||
"table_header_introduction_related_autojs_development_end_date": "개발 종료 날짜",
|
||||
"table_header_introduction_related_autojs_development_start_date": "개발 시작 날짜",
|
||||
"table_header_introduction_related_autojs_project": "프로젝트",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) — это инструмент автоматизации на языке JavaScript для платформы Android с поддержкой [службы доступности](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn)",
|
||||
"p_introduction_autojs_released_information": "Auto.js был выпущен [hyb1996](https://github.com/hyb1996) в `2017/01/27`, и его поддержка прекратилась в `2020/03/13`, финальная версия - `4.1.1 Alpha2`, номер сборки - `461`",
|
||||
"p_introduction_related_autojs_table_announce": "В таблице ниже перечислены некоторые проекты, связанные с Auto.js (отсортированы по дате начала разработки)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "В таблице данные в столбце `{{ table_header_introduction_related_autojs_active_maintenance_phase }}`, содержащие угловые скобки (`<>`), учитываются по состоянию на {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "В таблице Auto.js Pro 7/8/9 указаны как платные версии, остальные являются бесплатными версиями с открытым исходным кодом",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "Даты в таблице являются оценочными и могут отличаться от фактических",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "В таблице данные в столбце `{{ table_header_introduction_related_autojs_development_end_date }}`, содержащие квадратные скобки (`[]`), означают, что открытый проект временно недоступен",
|
||||
"p_jdk_preparation_add_existing_jdk": "Вы также можете выбрать `Add JDK` и добавить уже установленный JDK, указав его путь, для завершения добавления JDK",
|
||||
"p_jdk_preparation_download_jdk": "JDK можно скачать непосредственно через IDE или на [сайте Oracle](https://www.oracle.com/java/technologies/downloads/)",
|
||||
"p_jdk_preparation_download_new_jdk": "Либо можно выбрать `Download JDK` для загрузки соответствующего JDK, нажмите кнопку `Download` и дождитесь завершения загрузки",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "Участники",
|
||||
"table_header_contribution_number_of_commits": "Количество коммитов",
|
||||
"table_header_contribution_recent_submissions": "Последние коммиты",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "Период активного обслуживания",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "Период активного обслуживания (год)",
|
||||
"table_header_introduction_related_autojs_app_name": "Название приложения",
|
||||
"table_header_introduction_related_autojs_developer": "Разработчик",
|
||||
"table_header_introduction_related_autojs_main_developers": "Основные Разработчики",
|
||||
"table_header_introduction_related_autojs_development_end_date": "Дата окончания разработки",
|
||||
"table_header_introduction_related_autojs_development_start_date": "Дата начала разработки",
|
||||
"table_header_introduction_related_autojs_project": "Проект",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) 是一款 Android 平台支持 [无障碍服务](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn) 的 JavaScript 自动化工具软件",
|
||||
"p_introduction_autojs_released_information": "Auto.js 由 [hyb1996](https://github.com/hyb1996) 于 `2017/01/27` 初次发布, 于 `2020/03/13` 停止维护, 最终版本名称为 `4.1.1 Alpha2`, 构建版本号为 `461`",
|
||||
"p_introduction_related_autojs_table_announce": "下表列举了部分 Auto.js 相关项目 (按开发日期排序)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "表格中 `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` 列包含尖括号 (`<>`) 的数据, 其统计截止日期为 {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "表格中 Auto.js Pro 7/8/9 为付费版本, 其余为免费开源版本",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "表格中的日期为预估值, 实际可能存在出入",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "表格中 `{{ table_header_introduction_related_autojs_development_end_date }}` 列包含方括号 (`[]`) 的数据, 表示开源项目暂时无法访问",
|
||||
"p_jdk_preparation_add_existing_jdk": "也可以选择 `Add JDK (添加 JDK)` 添加已存在的本地 JDK, 定位其目录并完成 JDK 添加",
|
||||
"p_jdk_preparation_download_jdk": "JDK 可使用 IDE 直接下载, 或访问 [Oracle 网站](https://www.oracle.com/java/technologies/downloads/) 下载",
|
||||
"p_jdk_preparation_download_new_jdk": "否则可以选择 `Download JDK (下载 JDK)` 下载合适的 JDK, 点击 `Download (下载)` 按钮并等待下载完成",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "贡献人员",
|
||||
"table_header_contribution_number_of_commits": "提交数",
|
||||
"table_header_contribution_recent_submissions": "最近提交",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "活跃维护期",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "活跃维护期 (年)",
|
||||
"table_header_introduction_related_autojs_app_name": "应用名称",
|
||||
"table_header_introduction_related_autojs_developer": "开发者",
|
||||
"table_header_introduction_related_autojs_main_developers": "主要开发者",
|
||||
"table_header_introduction_related_autojs_development_end_date": "终止开发日期",
|
||||
"table_header_introduction_related_autojs_development_start_date": "开发日期",
|
||||
"table_header_introduction_related_autojs_project": "项目",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) 是一款 Android 平台支持 [無障礙服務](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn) 的 JavaScript 自動化工具軟件",
|
||||
"p_introduction_autojs_released_information": "Auto.js 由 [hyb1996](https://github.com/hyb1996) 於 `2017/01/27` 初次發佈, 於 `2020/03/13` 停止維護, 最終版本名稱為 `4.1.1 Alpha2`, 構建版本號為 `461`",
|
||||
"p_introduction_related_autojs_table_announce": "下表列舉了部分 Auto.js 相關項目 (按開發日期排序)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "表格中 `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` 列包含尖括號 (`<>`) 的數據, 其統計截止日期為 {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "表格中 Auto.js Pro 7/8/9 為付費版本, 其餘為免費開源版本",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "表格中的日期為預估值, 與實際可能存在出入",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "表格中 `{{ table_header_introduction_related_autojs_development_end_date }}` 列包含方括號 (`[]`) 的數據, 表示開源項目暫時無法訪問",
|
||||
"p_jdk_preparation_add_existing_jdk": "也可以選擇 `Add JDK (添加 JDK)` 添加已存在的本地 JDK, 定位其目錄並完成 JDK 添加",
|
||||
"p_jdk_preparation_download_jdk": "JDK 可使用 IDE 直接下載, 或訪問 [Oracle 網站](https://www.oracle.com/java/technologies/downloads/) 下載",
|
||||
"p_jdk_preparation_download_new_jdk": "否則可以選擇 `Download JDK (下載 JDK)` 下載合適的 JDK, 點擊 `Download (下載)` 按鈕並等待下載完成",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "貢獻人員",
|
||||
"table_header_contribution_number_of_commits": "提交數",
|
||||
"table_header_contribution_recent_submissions": "最近提交",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "活躍維護期",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "活躍維護期 (年)",
|
||||
"table_header_introduction_related_autojs_app_name": "應用名稱",
|
||||
"table_header_introduction_related_autojs_developer": "開發者",
|
||||
"table_header_introduction_related_autojs_main_developers": "主要開發者",
|
||||
"table_header_introduction_related_autojs_development_end_date": "終止開發日期",
|
||||
"table_header_introduction_related_autojs_development_start_date": "開發日期",
|
||||
"table_header_introduction_related_autojs_project": "項目",
|
||||
|
||||
@@ -123,8 +123,10 @@
|
||||
"p_introduction_autojs_definition": "[Auto.js](https://github.com/hyb1996/Auto.js) 是一款 Android 平臺支援 [無障礙服務](https://developer.android.com/guide/topics/ui/accessibility/service?hl=zh-cn) 的 JavaScript 自動化工具軟體",
|
||||
"p_introduction_autojs_released_information": "Auto.js 由 [hyb1996](https://github.com/hyb1996) 於 `2017/01/27` 初次釋出, 於 `2020/03/13` 停止維護, 最終版本名稱為 `4.1.1 Alpha2`, 構建版本號為 `461`",
|
||||
"p_introduction_related_autojs_table_announce": "下表列舉了部分 Auto.js 相關專案 (按開發日期排序)",
|
||||
"p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets": "表格中 `{{ table_header_introduction_related_autojs_active_maintenance_phase }}` 列包含尖括號 (`<>`) 的資料, 其統計截止日期為 {{ var_date_active_maintenance_phase_statistics_since_when }}",
|
||||
"p_introduction_related_autojs_table_app_is_free_or_not": "表格中 Auto.js Pro 7/8/9 為付費版本, 其餘為免費開源版本",
|
||||
"p_introduction_related_autojs_table_date_is_estimated": "表格中的日期為預估值, 與實際可能存在出入",
|
||||
"p_introduction_related_autojs_table_development_end_date_with_square_brackets": "表格中 `{{ table_header_introduction_related_autojs_development_end_date }}` 列包含方括號 (`[]`) 的資料, 表示開源專案暫時無法訪問",
|
||||
"p_jdk_preparation_add_existing_jdk": "也可以選擇 `Add JDK (新增 JDK)` 新增已存在的本地 JDK, 定位其目錄並完成 JDK 新增",
|
||||
"p_jdk_preparation_download_jdk": "JDK 可使用 IDE 直接下載, 或訪問 [Oracle 網站](https://www.oracle.com/java/technologies/downloads/) 下載",
|
||||
"p_jdk_preparation_download_new_jdk": "否則可以選擇 `Download JDK (下載 JDK)` 下載合適的 JDK, 點選 `Download (下載)` 按鈕並等待下載完成",
|
||||
@@ -163,8 +165,10 @@
|
||||
"table_header_contribution_contributors": "貢獻人員",
|
||||
"table_header_contribution_number_of_commits": "提交數",
|
||||
"table_header_contribution_recent_submissions": "最近提交",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase": "活躍維護期",
|
||||
"table_header_introduction_related_autojs_active_maintenance_phase_with_unit": "活躍維護期 (年)",
|
||||
"table_header_introduction_related_autojs_app_name": "應用名稱",
|
||||
"table_header_introduction_related_autojs_developer": "開發者",
|
||||
"table_header_introduction_related_autojs_main_developers": "主要開發者",
|
||||
"table_header_introduction_related_autojs_development_end_date": "終止開發日期",
|
||||
"table_header_introduction_related_autojs_development_start_date": "開發日期",
|
||||
"table_header_introduction_related_autojs_project": "專案",
|
||||
|
||||
@@ -45,22 +45,26 @@
|
||||
|
||||
{{ p_introduction_related_autojs_table_announce }}:
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_project }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_app_name }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_developer }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_development_start_date }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_development_end_date }}</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_project }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_app_name }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_main_developers }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_development_start_date }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_development_end_date }}</span> | <span style="word-break:keep-all;white-space:nowrap">{{ table_header_introduction_related_autojs_active_maintenance_phase_with_unit }}</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< {{ data_active_maintenance_phase_tonyjiangwj_auto_js }} ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< {{ data_active_maintenance_phase_supermonster003_autojs6 }} ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< {{ data_active_maintenance_phase_aiselp_autox }} ></span> |
|
||||
|
||||
{{ p_introduction_related_autojs_table_date_is_estimated }}.
|
||||
|
||||
{{ p_introduction_related_autojs_table_app_is_free_or_not }}.
|
||||
|
||||
{{ p_introduction_related_autojs_table_development_end_date_with_square_brackets }}.
|
||||
|
||||
{{ p_introduction_related_autojs_table_active_maintenance_data_with_angle_brackets }}.
|
||||
|
||||
******
|
||||
|
||||
### {{ h3_functions }}
|
||||
|
||||
30
README.md
30
README.md
@@ -54,22 +54,26 @@ AutoJs6 在 Auto.js 最终项目的基础上, 于 `2021/12/01` 进行二次开
|
||||
|
||||
下表列举了部分 Auto.js 相关项目 (按开发日期排序):
|
||||
|
||||
| <span style="word-break:keep-all;white-space:nowrap">项目</span> | <span style="word-break:keep-all;white-space:nowrap">应用名称</span> | <span style="word-break:keep-all;white-space:nowrap">开发者</span> | <span style="word-break:keep-all;white-space:nowrap">开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">终止开发日期</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">项目</span> | <span style="word-break:keep-all;white-space:nowrap">应用名称</span> | <span style="word-break:keep-all;white-space:nowrap">主要开发者</span> | <span style="word-break:keep-all;white-space:nowrap">开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">终止开发日期</span> | <span style="word-break:keep-all;white-space:nowrap">活跃维护期 (年)</span> |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/hyb1996/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2017/01/27`</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">3.13</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 7</span> | <span style="word-break:keep-all;white-space:nowrap">Auto.js</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/03/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/07/08`</span> | <span style="word-break:keep-all;white-space:nowrap">0.32</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">Auto.js Pro 8</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/10/13`</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">1.78</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js](https://github.com/TonyJiangWJ/Auto.js)</span> | <span style="word-break:keep-all;white-space:nowrap">[Auto.js M](https://github.com/TonyJiangWJ/Auto.js/commit/268ec8895bbfa28fc7715154eb15b1c1eaaefd14#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[TonyJiangWJ](https://github.com/TonyJiangWJ)</span> | <span style="word-break:keep-all;white-space:nowrap">`2019/11/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 5.67 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js](https://github.com/kkevsekk1/AutoX/commit/8143e4ed893d4af05d22aa791b83a962f9959873#diff-5e01f7d37a66e4ca03deefc205d8e7008661cdd0284a05aaba1858e6b7bf9103R2)</span> | <span style="word-break:keep-all;white-space:nowrap">[kkevsekk1](https://github.com/kkevsekk1)</span> | <span style="word-break:keep-all;white-space:nowrap">`2020/07/24`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">4.46</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[Auto.js Pro 9](https://pro.autojs.org/)</span> | <span style="word-break:keep-all;white-space:nowrap">AutoJsPro</span> | <span style="word-break:keep-all;white-space:nowrap">[hyb1996](https://github.com/hyb1996)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/03/28`</span> | <span style="word-break:keep-all;white-space:nowrap">`2023/02/09`</span> | <span style="word-break:keep-all;white-space:nowrap">1.87</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6)</span> | <span style="word-break:keep-all;white-space:nowrap">[AutoJs6](https://github.com/SuperMonster003/AutoJs6/commit/a8ce1b9acb541e9736c33134be3194c3148a15a3#diff-833a46a97033e77558372a2dce103fd6fee29aaaa899f610022a7aece592ee7bR27)</span> | <span style="word-break:keep-all;white-space:nowrap">[SuperMonster003](https://github.com/SuperMonster003)</span> | <span style="word-break:keep-all;white-space:nowrap">`2021/12/01`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 3.64 ></span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/kkevsekk1/AutoX)</span> | <span style="white-space:pre">[Autox.js v6](https://github.com/kkevsekk1/AutoX/commit/8b6776cff8b0fca4be4a52719b7d7d07c0a058f3#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9R130)</span> | <span style="word-break:keep-all;white-space:nowrap">[wilinz](https://github.com/wilinz) / [aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2022/05/26`</span> | <span style="word-break:keep-all;white-space:nowrap">[ `2025/01/07` ]</span> | <span style="word-break:keep-all;white-space:nowrap">2.62</span> |
|
||||
| <span style="word-break:keep-all;white-space:nowrap">[AutoX](https://github.com/aiselp/AutoX)</span> | <span style="white-space:pre">[Autox.js v7](https://github.com/aiselp/AutoX/commit/484491fd5fe12b8203d0b09c181eb0f471c0ea9f#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R120)</span> | <span style="word-break:keep-all;white-space:nowrap">[aiselp](https://github.com/aiselp)</span> | <span style="word-break:keep-all;white-space:nowrap">`2024/04/21`</span> | <span style="word-break:keep-all;white-space:nowrap">-</span> | <span style="word-break:keep-all;white-space:nowrap">< 1.25 ></span> |
|
||||
|
||||
表格中的日期为预估值, 实际可能存在出入.
|
||||
|
||||
表格中 Auto.js Pro 7/8/9 为付费版本, 其余为免费开源版本.
|
||||
|
||||
表格中 `终止开发日期` 列包含方括号 (`[]`) 的数据, 表示开源项目暂时无法访问.
|
||||
|
||||
表格中 `活跃维护期` 列包含尖括号 (`<>`) 的数据, 其统计截止日期为 2025 年 7 月 22 日.
|
||||
|
||||
******
|
||||
|
||||
### 功能
|
||||
@@ -157,7 +161,7 @@ AutoJs6 在 Auto.js 最终项目的基础上, 于 `2021/12/01` 进行二次开
|
||||
|
||||
# v6.7.0
|
||||
|
||||
###### 2025/07/18
|
||||
###### 2025/07/22
|
||||
|
||||
* `新增` zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))
|
||||
* `新增` mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))
|
||||
@@ -327,7 +331,7 @@ File (文件) | Settings (设置) | Appearance & Behavior (外观与行为) | Sy
|
||||
|
||||
AutoJs6 项目依赖的 `JDK (Java 开发工具包)` 发行版本不低于 `17`, 但建议不低于 `19`.
|
||||
|
||||
截至 2025 年 7 月 18 日, AutoJs6 可支持 JDK 最高版本为 `24`.
|
||||
截至 2025 年 7 月 22 日, AutoJs6 可支持 JDK 最高版本为 `24`.
|
||||
|
||||
> 注: 如果计算机系统已安装 JDK 且版本满足上述要求, 则可跳过此小节内容.
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ val globalApplicationId = "org.autojs.autojs6"
|
||||
val sign = Sign("$rootDir/sign.properties")
|
||||
val versions = Versions("$rootDir/version.properties")
|
||||
|
||||
val dimention = "channel"
|
||||
val flavorDimension = "channel"
|
||||
val flavorNameApp = "app"
|
||||
val flavorNameInrt = "inrt"
|
||||
val buildTypeDebug = "debug"
|
||||
@@ -464,12 +464,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions.add(dimention)
|
||||
flavorDimensions.add(flavorDimension)
|
||||
|
||||
productFlavors {
|
||||
|
||||
create(flavorNameApp) {
|
||||
dimension = dimention
|
||||
dimension = flavorDimension
|
||||
versionCode = versions.appVersionCode
|
||||
versionName = versions.appVersionName
|
||||
buildConfigField("String", "CHANNEL", "\"$flavorNameApp\"")
|
||||
@@ -487,7 +487,7 @@ android {
|
||||
}
|
||||
|
||||
create(flavorNameInrt) {
|
||||
dimension = dimention
|
||||
dimension = flavorDimension
|
||||
applicationIdSuffix = ".$flavorNameInrt"
|
||||
minSdk = versions.sdkVersionMin
|
||||
targetSdk = versions.sdkVersionTargetInrt
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `إضافة جديدة` وحدة notice (انظر وثائق المشروع > [الإشعارات](https://docs.autojs6.com/#/notice))
|
||||
* `إضافة جديدة` وحدة s13n (انظر وثائق المشروع > [المعايير](https://docs.autojs6.com/#/s13n))
|
||||
* `إضافة جديدة` وحدة Color (انظر وثائق المشروع > [نوع اللون](https://docs.autojs6.com/#/colorType))
|
||||
* `إضافة جديدة` (انظر وثائق المشروع > [نوع اللون](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor)) colors.setColorPaint طريقة، لتعيين لون فرشاة android.graphics.Paint
|
||||
* `إضافة جديدة` إضافة ميزة الحفاظ على الشاشة مضاءة عندما يكون التطبيق في المقدمة وإضافة إعداد لذلك
|
||||
* `إضافة جديدة` إضافة مشغل وثائق مستقل لسهولة قراءة وثائق التطبيق (دعم الإخفاء أو العرض في الإعدادات)
|
||||
* `تصليح` مشكلة وظيفة colors.toString
|
||||
@@ -568,7 +569,7 @@
|
||||
* `تحسين` دعم تحريك نافذة التعويم لconsole عن طريق سحب منطقة العنوان
|
||||
* `تحسين` دعم غلق نافذة التعويم console تلقائيا بعد انتهاء النص البرمجي
|
||||
* `تحسين` دعم تغيير حجم الخط عن طريق تكبير الشاشة بالأصابع في نافذة التعويم الخاصة console ونوافذ النشاط الخاص بها
|
||||
* `تحسين` دعم معلمة المهلة للدوال في وحدة http
|
||||
* `تحسين` طرق الوحدة http تدعم خيار معامل المهلة (timeout)
|
||||
* `تحسين` دعم خفض مستوى JDK في نص بناء Gradle (تراجع)
|
||||
* `تحسين` دعم تحديد الأدوات المناسبة استنادًا إلى نوع النظام الأساسي وإصداره في نص بناء Gradle (بشكل محدود)
|
||||
* `التبعيات` محليًا Auto.js APK Builder الإصدار 1.0.3
|
||||
|
||||
@@ -152,8 +152,8 @@
|
||||
|
||||
###### 2025/01/01
|
||||
|
||||
* `Feature` Pinyin module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin))
|
||||
* `Feature` Pinyin4j module for Chinese Pinyin conversion (Refer to Project Documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin4j))
|
||||
* `Feature` Pinyin module for Chinese Pinyin conversion (Refer to project documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin))
|
||||
* `Feature` Pinyin4j module for Chinese Pinyin conversion (Refer to project documentation > [Chinese Pinyin](https://docs.autojs6.com/#/pinyin4j))
|
||||
* `Feature` Methods UiObject#isSimilar and UiObjectCollection#isSimilar for determining whether a control or a collection of controls is similar
|
||||
* `Feature` Global method "currentComponent", used to obtain the name information of the currently active component
|
||||
* `Fix` Issue where the project could not compile properly in certain environments due to a rollback to an earlier version
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
###### 2023/12/02
|
||||
|
||||
* `Feature` opencc module (Refer to Project Documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))
|
||||
* `Feature` opencc module (Refer to project documentation > [Chinese Conversion](https://docs.autojs6.com/#/opencc)) (Ref to [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-8cff73265af19c059547b76aca8882cbaa3209291406f52df1dafbbc78e80c46R268))
|
||||
* `Feature` UiSelector adds [plus](https://docs.autojs6.com/#/uiObjectType?id=m-plus) and [append](https://docs.autojs6.com/#/uiObjectType?id=m-append) methods _[`issue #115`](http://issues.autojs6.com/115)_
|
||||
* `Feature` Packaging application page adds support for filtering ABIs and libraries (Ref to [AutoX](https://github.com/kkevsekk1/AutoX)) _[`issue #189`](http://issues.autojs6.com/189)_
|
||||
* `Fix` Abnormally large file size issue in packaged applications (Ref to [AutoX](https://github.com/kkevsekk1/AutoX) / [LZX284](https://github.com/SuperMonster003/AutoJs6/pull/187/files#diff-d932ac49867d4610f8eeb21b59306e8e923d016cbca192b254caebd829198856R61)) _[`issue #176`](http://issues.autojs6.com/176)_
|
||||
@@ -379,9 +379,9 @@
|
||||
|
||||
* `Feature` ocr module supports Paddle Lite engine (by [TonyJiangWJ](https://github.com/TonyJiangWJ)) _[`pr #120`](http://pr.autojs6.com/120)_
|
||||
* `Feature` Packaging function supports internal and external plugin packaging methods (by [LZX284](https://github.com/LZX284)) _[`pr #151`](http://pr.autojs6.com/151)_
|
||||
* `Feature` WebSocket module (Refer to Project Documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))
|
||||
* `Feature` barcode / qrcode modules (Refer to Project Documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))
|
||||
* `Feature` shizuku module (Refer to Project Documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer
|
||||
* `Feature` WebSocket module (Refer to project documentation > [WebSocket](https://docs.autojs6.com/#/webSocketType))
|
||||
* `Feature` barcode / qrcode modules (Refer to project documentation > [Barcode](https://docs.autojs6.com/#/barcode) / [QRCode](https://docs.autojs6.com/#/qrcode))
|
||||
* `Feature` shizuku module (Refer to project documentation > [Shizuku](https://docs.autojs6.com/#/shizuku)) and permission switch in home page drawer
|
||||
* `Feature` device.rotation / device.orientation methods
|
||||
* `Feature` Support for static property access of internal Java classes
|
||||
* `Feature` Support for selecting and switching application language in Android system settings page (Android 13 and above)
|
||||
@@ -405,7 +405,7 @@
|
||||
* `Fix` Issue where using copy or export functions in log activity page might cause application crash
|
||||
* `Improvement` Renamed export function to send function and re-implemented meaningful export function in log activity page
|
||||
* `Improvement` Added automatic interception and prompt when entry count is too large for send function in log activity page
|
||||
* `Improvement` ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to Project Documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))
|
||||
* `Improvement` ocr module is compatible with both Google MLKit and Paddle Lite engines (Refer to project documentation > [Optical Character Recognition](https://docs.autojs6.com/#/ocr?id=p-mode))
|
||||
* `Improvement` Increased the success rate of auto-starting accessibility service
|
||||
* `Improvement` Migrated Kotlin annotation processor from kapt to KSP
|
||||
* `Improvement` Build tools support IntelliJ Idea EAP versions
|
||||
@@ -436,7 +436,7 @@
|
||||
|
||||
* `Feature` Code commenting feature in code editor (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_
|
||||
* `Feature` auto.stateListener for accessibility service connection status listening (by [little-alei](https://github.com/little-alei)) _[`pr #98`](http://pr.autojs6.com/98)_
|
||||
* `Feature` Added nextSibling / lastChild / offset methods to UiObject type (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))
|
||||
* `Feature` Added nextSibling / lastChild / offset methods to UiObject type (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))
|
||||
* `Fix` Issue where VSCode plugin could not parse data when script character total length exceeded four-decimal digits _[`issue #91`](http://issues.autojs6.com/91)_ _[`issue #93`](http://issues.autojs6.com/93)_ _[`issue #100`](http://issues.autojs6.com/100)_ _[`issue #109`](http://issues.autojs6.com/109)_
|
||||
* `Fix` Issue where VSCode plugin could not save file properly _[`issue #92`](http://issues.autojs6.com/91)_ _[`issue #94`](http://issues.autojs6.com/93)_
|
||||
* `Fix` Issue where clicking 'Manage Accessibility Service' in floating button menu might not trigger page navigation
|
||||
@@ -449,14 +449,14 @@
|
||||
* `Improvement` Enhanced editor code commenting behavior, style, and cursor position handling based on _[`pr #98`](http://pr.autojs6.com/98)_
|
||||
* `Improvement` Added code commenting menu item based on _[`pr #98`](http://pr.autojs6.com/98)_
|
||||
* `Improvement` Adapted to VSCode plugin 1.0.6
|
||||
* `Improvement` Added level parameter support to UiObject#parent method (Refer to Project Documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))
|
||||
* `Improvement` Added level parameter support to UiObject#parent method (Refer to project documentation > [UiObject](https://docs.autojs6.com/#/uiObjectType))
|
||||
* `Dependency` Upgraded Gradle version from 8.2 -> 8.3-rc-1
|
||||
|
||||
# v6.3.2
|
||||
|
||||
###### 2023/07/06
|
||||
|
||||
* `Feature` crypto module (Refer to Project Documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_
|
||||
* `Feature` crypto module (Refer to project documentation > [Crypto](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_
|
||||
* `Feature` Added textswitcher / viewswitcher / viewflipper / numberpicker / video / search controls to UI mode
|
||||
* `Feature` Added copy and export log functionalities to Log Activity Page _[`issue #76`](http://issues.autojs6.com/76)_
|
||||
* `Feature` Added IP address history feature to Client Mode
|
||||
@@ -500,7 +500,7 @@
|
||||
* `Feature` Supports concise form for boolean type property values in UI mode (e.g., clickable="true" can be shortened to clickable or isClickable)
|
||||
* `Feature` Button control supports isColored and isBorderless boolean properties
|
||||
* `Feature` console.resetGlobalLogConfig method for resetting global log configuration
|
||||
* `Feature` web.newWebSocket method for creating WebSocket instance (Refer to Project Documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))
|
||||
* `Feature` web.newWebSocket method for creating WebSocket instance (Refer to project documentation > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))
|
||||
* `Fix` Abnormal folder sorting in File Manager
|
||||
* `Fix` Issue where floaty module built floating window could not adjust style and position _[`issue #60`](http://issues.autojs6.com/60)_
|
||||
* `Fix` Issue where floaty module built floating window overlapped with system status bar
|
||||
@@ -532,6 +532,7 @@
|
||||
* `Feature` notice module (refer to project documentation > [Message Notification](https://docs.autojs6.com/#/notice))
|
||||
* `Feature` s13n module (refer to project documentation > [Serialization](https://docs.autojs6.com/#/s13n))
|
||||
* `Feature` Color module (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType))
|
||||
* `Feature` colors.setColorPaint method for setting android.graphics.Paint brush color (refer to project documentation > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `Feature` Keep the screen on functionality and setting options while in the foreground
|
||||
* `Feature` Additional documentation launcher for independent reading of application documents (support hiding or showing in settings)
|
||||
* `Fix` Abnormal function of colors.toString method
|
||||
@@ -568,7 +569,7 @@
|
||||
* `Improvement` Support dragging title area to move window position for console floating window
|
||||
* `Improvement` Support automatic delayed closing after script ends for console floating window
|
||||
* `Improvement` Support adjusting font size with pinch-to-zoom for both console floating window and its Activity window
|
||||
* `Improvement` Support timeout parameter for http module related methods
|
||||
* `Improvement` Support timeout option parameter for http module related methods
|
||||
* `Improvement` Support active downgrade (fallback) of JDK version in Gradle build script
|
||||
* `Improvement` Support for Gradle build script to automatically select appropriate build tool versions based on platform type and version (to some extent)
|
||||
* `Dependency` Localized Auto.js APK Builder version 1.0.3
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `Nuevo` Módulo notice (ver Documentos del Proyecto > [Notificaciones](https://docs.autojs6.com/#/notice))
|
||||
* `Nuevo` Módulo s13n (ver Documentos del Proyecto > [Estandarización](https://docs.autojs6.com/#/s13n))
|
||||
* `Nuevo` Módulo Color (ver Documentos del Proyecto > [Clase de Color](https://docs.autojs6.com/#/colorType))
|
||||
* `Nuevo` colors.setColorPaint método, para establecer el color del pincel android.graphics.Paint (consulte la documentación del proyecto > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `Nuevo` Funcionalidad de mantener la pantalla despierta en primer plano y opciones de configuración
|
||||
* `Nuevo` Lanzador de documentos adicional para una lectura independiente de la aplicación de documentos (opción para ocultar o mostrar en la configuración)
|
||||
* `Corrección` Problemas con la funcionalidad del método colors.toString
|
||||
@@ -568,7 +569,7 @@
|
||||
* `Mejora` Soporte de arrastrar el área del título para mover la posición de la ventana flotante del console
|
||||
* `Mejora` Soporte para cierre automático de la ventana flotante del console después de un retraso tras terminar el script
|
||||
* `Mejora` Soporte para suavizar la fuente en la ventana de la actividad de la consola y en su ventana flotante
|
||||
* `Mejora` Soporte para parámetros de tiempo de espera (timeout) en métodos relacionados del módulo http
|
||||
* `Mejora` Soporte para parámetros de tiempo de espera (timeout) en los métodos relacionados con el módulo http
|
||||
* `Mejora` Soporte para degradar la versión de JDK en el script de construcción de Gradle (fallback)
|
||||
* `Mejora` Soporte para seleccionar automáticamente la versión adecuada de las herramientas de construcción según el tipo de plataforma y versión (limitado en cierto grado)
|
||||
* `Dependencia` Versión localizada de Auto.js APK Builder 1.0.3
|
||||
|
||||
@@ -456,7 +456,7 @@
|
||||
|
||||
###### 2023/07/06
|
||||
|
||||
* `Fonctionnalité` module crypto (voir Documentation du Projet > [Cryptage](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_
|
||||
* `Fonctionnalité` module crypto (voir documentation du projet > [Cryptage](https://docs.autojs6.com/#/crypto)) _[`issue #70`](http://issues.autojs6.com/70)_
|
||||
* `Fonctionnalité` Mode UI ajoute des contrôles tels que textswitcher / viewswitcher / viewflipper / numberpicker / video / search
|
||||
* `Fonctionnalité` Ajout des fonctionnalités de copie et d'exportation des journaux sur la page d'activité des journaux _[`issue #76`](http://issues.autojs6.com/76)_
|
||||
* `Fonctionnalité` Le mode client ajoute une fonction d'historique des adresses IP
|
||||
@@ -500,7 +500,7 @@
|
||||
* `Fonctionnalité` Support des valeurs de propriété booléennes sous forme abrégée (ex. clickable="true" peut être abrégé en clickable ou isClickable)
|
||||
* `Fonctionnalité` Support des propriétés booléennes isColored et isBorderless pour les contrôles button
|
||||
* `Fonctionnalité` La méthode console.resetGlobalLogConfig réinitialise la configuration globale des journaux
|
||||
* `Fonctionnalité` La méthode web.newWebSocket crée une instance de WebSocket (voir Documentation du Projet > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))
|
||||
* `Fonctionnalité` La méthode web.newWebSocket crée une instance de WebSocket (voir documentation du projet > [Web](https://docs.autojs6.com/#/web?id=m-newwebsocket))
|
||||
* `Correction` Problème de tri des dossiers dans le gestionnaire de fichiers
|
||||
* `Correction` Problème où la fenêtre flottante du module floaty ne peut pas ajuster le style et la position _[`issue #60`](http://issues.autojs6.com/60)_
|
||||
* `Correction` Problème de chevauchement de la fenêtre flottante du module floaty avec la barre d'état du système
|
||||
@@ -528,10 +528,11 @@
|
||||
|
||||
###### 2023/04/29
|
||||
|
||||
* `Fonctionnalité` module ocr (voir Documentation du Projet > [Reconnaissance Optique de Caractères](https://docs.autojs6.com/#/ocr)) _[`issue #8`](http://issues.autojs6.com/8)_
|
||||
* `Fonctionnalité` module notice (voir Documentation du Projet > [Notifications](https://docs.autojs6.com/#/notice))
|
||||
* `Fonctionnalité` module s13n (voir Documentation du Projet > [Standardisation](https://docs.autojs6.com/#/s13n))
|
||||
* `Fonctionnalité` module Color (voir Documentation du Projet > [Type de Couleur](https://docs.autojs6.com/#/colorType))
|
||||
* `Fonctionnalité` module ocr (voir documentation du projet > [Reconnaissance Optique de Caractères](https://docs.autojs6.com/#/ocr)) _[`issue #8`](http://issues.autojs6.com/8)_
|
||||
* `Fonctionnalité` module notice (voir documentation du projet > [Notifications](https://docs.autojs6.com/#/notice))
|
||||
* `Fonctionnalité` module s13n (voir documentation du projet > [Standardisation](https://docs.autojs6.com/#/s13n))
|
||||
* `Fonctionnalité` module Color (voir documentation du projet > [Type de Couleur](https://docs.autojs6.com/#/colorType))
|
||||
* `Fonctionnalité` colors.setColorPaint méthode, pour définir la couleur du pinceau android.graphics.Paint (voir la documentation du projet > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `Fonctionnalité` Support de maintien de l'écran allumé en avant-plan et options de configuration
|
||||
* `Fonctionnalité` Ajout d'une application de lecture indépendante de la documentation
|
||||
* `Correction` Problème dans la méthode colors.toString
|
||||
@@ -559,16 +560,16 @@
|
||||
* `Amélioration` Affichage de la date de modification des fichiers et dossiers dans la page de gestion des fichiers
|
||||
* `Amélioration` Support de la mémorisation du type de tri dans la page de gestion des fichiers
|
||||
* `Amélioration` Ajout de sections sur la compilation et construction du projet et sur les outils d'aide au développement des scripts dans README.md _[`issue #33`](http://issues.autojs6.com/33)_
|
||||
* `Amélioration` Support d'autres formats pour le paramètre d'option de région dans les méthodes du module images (voir Documentation du Projet > [Types Omnipotents](https://docs.autojs6.com/#/omniTypes?id=omniregion))
|
||||
* `Amélioration` Support d'autres formats pour le paramètre d'option de région dans les méthodes du module images (voir documentation du projet > [Types Omnipotents](https://docs.autojs6.com/#/omniTypes?id=omniregion))
|
||||
* `Amélioration` Support de pages abrégées additionnelles (comme pref/homepage/docs/about) pour app.startActivity
|
||||
* `Amélioration` Ancrage des méthodes globales du module web au module lui-même pour améliorer l'utilisabilité (voir Documentation du Projet > [Web](https://docs.autojs6.com/#/web))
|
||||
* `Amélioration` Ancrage des méthodes globales du module web au module lui-même pour améliorer l'utilisabilité (voir documentation du projet > [Web](https://docs.autojs6.com/#/web))
|
||||
* `Amélioration` Support par la méthode web.newInjectableWebView des options de configuration WebView par défaut pour une meilleure fonctionnalité
|
||||
* `Amélioration` Ajout de plusieurs méthodes de conversion et utilitaires dans le module colors, ajout de constantes statiques supplémentaires et de noms de couleurs pouvant être directement utilisés comme paramètres
|
||||
* `Amélioration` Ajout de plusieurs méthodes de configuration de la fenêtre flottante du module console et support de l'unification des styles de fenêtre via un constructeur build
|
||||
* `Amélioration` Support du déplacement de la fenêtre flottante du module console via le glissement de la zone de titre
|
||||
* `Amélioration` Support de la fermeture automatique retardée de la fenêtre flottante du module console après la fin du script
|
||||
* `Amélioration` Support du zoom à deux doigts pour ajuster la taille de la police dans la fenêtre flottante et dans l'Activité du module console
|
||||
* `Amélioration` Support du paramètre de délai d'expiration (timeout) dans les méthodes associées au module http
|
||||
* `Amélioration` Support du paramètre d'option de délai d'attente (timeout) pour les méthodes liées au module http
|
||||
* `Amélioration` Support de la réduction proactive de la version JDK dans les scripts de construction Gradle en cas de besoin
|
||||
* `Amélioration` Support de la sélection automatique de la version appropriée des outils de construction selon le type et la version de la plateforme dans les scripts de construction Gradle (dans la mesure du possible)
|
||||
* `Dépendance` Intégration de la version localisée 1.0.3 de Auto.js APK Builder
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `新機能` notice モジュール (プロジェクトドキュメントを参照> [メッセージ通知](https://docs.autojs6.com/#/notice))
|
||||
* `新機能` s13n モジュール (プロジェクトドキュメントを参照> [標準化](https://docs.autojs6.com/#/s13n))
|
||||
* `新機能` Color モジュール (プロジェクトドキュメントを参照> [カラータイプ](https://docs.autojs6.com/#/colorType))
|
||||
* `新機能` colors.setColorPaint メソッド, android.graphics.Paint ブラシの色を設定するためのものです (プロジェクトドキュメント > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor) を参照)
|
||||
* `新機能` 前景時に画面を常時点灯させる機能と設定オプション
|
||||
* `新機能` 独立したアプリ文書を読むための追加のドキュメントランチャー (設定で非表示または表示が可能)
|
||||
* `修正` colors.toString メソッドの機能異常
|
||||
@@ -568,7 +569,7 @@
|
||||
* `改善` コンソール浮動ウィンドウがタイトル部分をドラッグしてウィンドウの位置を移動可能
|
||||
* `改善` コンソール浮動ウィンドウはスクリプト終了後に自動的に遅延して閉じる
|
||||
* `改善` コンソール浮動ウィンドウおよびその Activity ウィンドウがピンチズームでフォントサイズ調整をサポート
|
||||
* `改善` http モジュール関連メソッドがタイムアウトパラメータ (timeout) をサポート
|
||||
* `改善` http モジュール関連メソッドはタイムアウトオプションパラメータ (timeout) をサポート
|
||||
* `改善` Gradle ビルドスクリプトが JDK バージョンの自主降格 (フォールバック) をサポート
|
||||
* `改善` Gradle ビルドスクリプトがプラットフォームの種類およびバージョンに応じて適切なビルドツールバージョンを自動的に選択 (程度は限定的)
|
||||
* `依存関係` ローカライズされた Auto.js APK Builder バージョン 1.0.3
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `추가` notice 모듈 (참조 프로젝트 문서 > [메시지 알림](https://docs.autojs6.com/#/notice))
|
||||
* `추가` s13n 모듈 (참조 프로젝트 문서 > [표준화](https://docs.autojs6.com/#/s13n))
|
||||
* `추가` Color 모듈 (참조 프로젝트 문서 > [색상 클래스](https://docs.autojs6.com/#/colorType))
|
||||
* `추가` colors.setColorPaint 메서드, android.graphics.Paint 브러시 색상을 설정하기 위한 기능 (프로젝트 문서 > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor) 참조)
|
||||
* `추가` 화면을 항상 켜두는 기능 및 설정 옵션
|
||||
* `추가` 독립적으로 애플리케이션 문서를 읽을 수 있는 추가 런처 (설정에서 숨기기 또는 표시 가능)
|
||||
* `수정` colors.toString 메서드 기능 오류
|
||||
@@ -568,7 +569,7 @@
|
||||
* `개선` 콘솔 플로팅 윈도우에서 제목 영역을 드래그하여 윈도우 위치 이동 지원
|
||||
* `개선` 콘솔 플로팅 윈도우가 스크립트 종료 후 자동 지연 종료 지원
|
||||
* `개선` 콘솔 플로팅 윈도우 및 해당 Activity 윈도우가 두 손가락으로 글꼴 크기 조정 지원
|
||||
* `개선` http 모듈 관련 메서드가 타임아웃 파라미터 (timeout) 지원
|
||||
* `개선` http 모듈 관련 메서드는 타임아웃 옵션 매개변수 (timeout) 를 지원
|
||||
* `개선` Gradle 빌드 스크립트가 JDK 버전 강제 다운그레이드를 지원 (fallback)
|
||||
* `개선` Gradle 빌드 스크립트가 플랫폼 유형 및 버전에 따라 자동으로 적합한 빌드 도구 버전을 선택 (한정된 범위 내에서)
|
||||
* `의존성` 로컬화된 Auto.js APK Builder 버전 1.0.3
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
###### 2025/04/16
|
||||
|
||||
* `Новое` Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д.
|
||||
* `Новое` Методы, такие как ui.statusBarAppearanceLight, statusBarAppearanceLightBy и navigationBarColor и т.д
|
||||
* `Новое` Атрибут ui.statusBarHeight (getter), используемый для получения высоты строки состояния _[`issue #357`](http://issues.autojs6.com/357)_
|
||||
* `Новое` Метод images.flip для переворачивания изображений _[`issue #349`](http://issues.autojs6.com/349)_
|
||||
* `Новое` Добавлена опция «расширение файла» на странице настроек
|
||||
@@ -180,8 +180,8 @@
|
||||
|
||||
###### 2024/12/02 - Переписаны встроенные модули, обновляйте осторожно
|
||||
|
||||
* `Подсказка` Встроенные модули переписываются на Kotlin для повышения эффективности выполнения сценариев, но необходимы итеративные улучшения.
|
||||
* `Подсказка` Встроенный файл init.js по умолчанию пуст, что позволяет разработчикам расширять встроенные модули или монтировать внешние модули.
|
||||
* `Подсказка` Встроенные модули переписываются на Kotlin для повышения эффективности выполнения сценариев, но необходимы итеративные улучшения
|
||||
* `Подсказка` Встроенный файл init.js по умолчанию пуст, что позволяет разработчикам расширять встроенные модули или монтировать внешние модули
|
||||
* `Новое` Модуль Axios / Модуль Cheerio (Ссылка на [AutoX](https://github.com/kkevsekk1/AutoX))
|
||||
* `Новое` Модуль SQLite для простых операций с базами данных SQLite (Ссылка на [Auto.js Pro](https://g.pro.autojs.org/)) (См. документацию проекта > [SQLite](https://docs.autojs6.com/#/sqlite))
|
||||
* `Новое` Модуль MIME для обработки и анализа строк MIME-типов (См. документацию проекта > [MIME](https://docs.autojs6.com/#/mime))
|
||||
@@ -317,15 +317,15 @@
|
||||
* `Исправление` Проблема с аварийным завершением приложения при долгом нажатии на удалении в редакторе кода (попытка исправления)
|
||||
* `Исправление` Проблема с кнопкой fx, не отображающей панель быстрого доступа к функциям модуля в редакторе кода
|
||||
* `Исправление` Проблема с переполнением названий функций кнопок на панели быстрого доступа к функциям модуля редактора кода
|
||||
* `Улучшение` Панель быстрых функций модуля редактора кода адаптируется к ночному режиму.
|
||||
* `Улучшение` Стартовая страница упакованного приложения адаптируется к ночному режиму, а размещение значков приложения корректируется.
|
||||
* `Улучшение` Страница упакованного приложения поддерживает навигацию курсора с помощью клавиши ENTER на программной клавиатуре.
|
||||
* `Улучшение` Страница упакованного приложения поддерживает переключение состояния выбора всего при нажатии на заголовки ABI и библиотеки.
|
||||
* `Улучшение` Выбор ABI по умолчанию осуществляется интеллектуально на странице упакованного приложения с добавлением приглашений для неселектируемых элементов.
|
||||
* `Улучшение` Файловый менеджер корректирует отображение элементов меню в зависимости от типа и характеристик файлов и папок.
|
||||
* `Улучшение` Контекстное меню для папок в файловом менеджере добавляет опцию упаковки приложений.
|
||||
* `Улучшение` Когда службы доступности включены, но работают некорректно, аномальное состояние отображается в переключателе ящика на главной странице AutoJs6.
|
||||
* `Улучшение` Консоль включает подробную информацию о стеке при печати сообщений об ошибках.
|
||||
* `Улучшение` Панель быстрых функций модуля редактора кода адаптируется к ночному режиму
|
||||
* `Улучшение` Стартовая страница упакованного приложения адаптируется к ночному режиму, а размещение значков приложения корректируется
|
||||
* `Улучшение` Страница упакованного приложения поддерживает навигацию курсора с помощью клавиши ENTER на программной клавиатуре
|
||||
* `Улучшение` Страница упакованного приложения поддерживает переключение состояния выбора всего при нажатии на заголовки ABI и библиотеки
|
||||
* `Улучшение` Выбор ABI по умолчанию осуществляется интеллектуально на странице упакованного приложения с добавлением приглашений для неселектируемых элементов
|
||||
* `Улучшение` Файловый менеджер корректирует отображение элементов меню в зависимости от типа и характеристик файлов и папок
|
||||
* `Улучшение` Контекстное меню для папок в файловом менеджере добавляет опцию упаковки приложений
|
||||
* `Улучшение` Когда службы доступности включены, но работают некорректно, аномальное состояние отображается в переключателе ящика на главной странице AutoJs6
|
||||
* `Улучшение` Консоль включает подробную информацию о стеке при печати сообщений об ошибках
|
||||
* `Зависимость` Добавлено ARSCLib версии 1.2.4
|
||||
* `Зависимость` Добавлено Flexbox версии 3.0.0
|
||||
* `Зависимость` Добавлено Android OpenCC версии 1.2.0
|
||||
@@ -532,6 +532,7 @@
|
||||
* `Новое` модуль notice (см. Документация проекта > [Уведомления](https://docs.autojs6.com/#/notice))
|
||||
* `Новое` модуль s13n (см. Документация проекта > [Стандартизация](https://docs.autojs6.com/#/s13n))
|
||||
* `Новое` модуль Color (см. Документация проекта > [Цвет](https://docs.autojs6.com/#/colorType))
|
||||
* `Новое` Метод colors.setColorPaint, для установки цвета кисти android.graphics.Paint (см. документацию проекта > [Color Type](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `Новое` Функция удержания экрана включенным при активном приложении и настройки для неё
|
||||
* `Новое` Дополнительный лаунчер для документации (launcher) для независимого чтения документации (с возможностью скрытия или отображения в настройках)
|
||||
* `Исправление` Неисправность метода colors.toString
|
||||
@@ -556,21 +557,21 @@
|
||||
* `Исправление` Проблема появления двух одинаковых активных задач при быстром переключении на вкладку "Задачи" после запуска скрипта
|
||||
* `Исправление` Проблема сброса состояния страницы файлового менеджера при возврате обратно с другой страницы _[`issue #52`](http://issues.autojs6.com/52)_
|
||||
* `Исправление` Проблема несоответствия состояния сортировки и отображения значков в файловом менеджере
|
||||
* `Улучшение` На странице управления файлами добавлено отображение времени изменения файлов и папок.
|
||||
* `Улучшение` На странице управления файлами поддерживается запоминание типа сортировки.
|
||||
* `Улучшение` На странице управления файлами добавлено отображение времени изменения файлов и папок
|
||||
* `Улучшение` На странице управления файлами поддерживается запоминание типа сортировки
|
||||
* `Улучшение` В README.md добавлены разделы по компиляции проекта и помощник по разработке скриптов _[`issue #33`](http://issues.autojs6.com/33)_
|
||||
* `Улучшение` Параметр опции области (region) в методах модуля images поддерживает больше способов передачи (см. документацию проекта > [Универсальные типы](https://docs.autojs6.com/#/omniTypes?id=omniregion))
|
||||
* `Улучшение` На странице app.startActivity добавлена поддержка сокращённых параметров таких как pref/homepage/docs/about.
|
||||
* `Улучшение` На странице app.startActivity добавлена поддержка сокращённых параметров таких как pref/homepage/docs/about
|
||||
* `Улучшение` Глобальные методы модуля web зарегистрированы в самом модуле для повышения удобства (см. документацию проекта > [Всемирная паутина](https://docs.autojs6.com/#/web))
|
||||
* `Улучшение` Метод web.newInjectableWebView реализует по умолчанию часть часто используемых опций настроек WebView.
|
||||
* `Улучшение` Модуль colors добавляет различные методы конверсии и инструментальные методы, также добавлено больше статических констант и цветовых названий, которые можно использовать непосредственно в качестве параметров.
|
||||
* `Улучшение` Модуль консоли добавляет методы настройки стиля для плавающих окон консоли и поддерживает унифицированную конфигурацию стиля окон через конструктор build.
|
||||
* `Улучшение` Плавающие окна консоли поддерживают перемещение позиций окна путем перетаскивания области заголовка.
|
||||
* `Улучшение` Плавающие окна консоли поддерживают автоматическое задержанное закрытие после завершения скрипта.
|
||||
* `Улучшение` Плавающие окна консоли и окна активности поддерживают масштабирование шрифта двумя пальцами.
|
||||
* `Улучшение` Методы, связанные с модулем http, поддерживают параметр тайм-аута (timeout).
|
||||
* `Улучшение` Скрипт сборки Gradle поддерживает инициативное понижение версии JDK (fallback).
|
||||
* `Улучшение` Скрипт сборки Gradle поддерживает автоматический выбор подходящей версии инструментов сборки в зависимости от типа и версии платформы (в ограниченной степени).
|
||||
* `Улучшение` Метод web.newInjectableWebView реализует по умолчанию часть часто используемых опций настроек WebView
|
||||
* `Улучшение` Модуль colors добавляет различные методы конверсии и инструментальные методы, также добавлено больше статических констант и цветовых названий, которые можно использовать непосредственно в качестве параметров
|
||||
* `Улучшение` Модуль консоли добавляет методы настройки стиля для плавающих окон консоли и поддерживает унифицированную конфигурацию стиля окон через конструктор build
|
||||
* `Улучшение` Плавающие окна консоли поддерживают перемещение позиций окна путем перетаскивания области заголовка
|
||||
* `Улучшение` Плавающие окна консоли поддерживают автоматическое задержанное закрытие после завершения скрипта
|
||||
* `Улучшение` Плавающие окна консоли и окна активности поддерживают масштабирование шрифта двумя пальцами
|
||||
* `Улучшение` Методы, связанные с модулем http, поддерживают параметр опции тайм-аута (timeout)
|
||||
* `Улучшение` Скрипт сборки Gradle поддерживает инициативное понижение версии JDK (fallback)
|
||||
* `Улучшение` Скрипт сборки Gradle поддерживает автоматический выбор подходящей версии инструментов сборки в зависимости от типа и версии платформы (в ограниченной степени)
|
||||
* `Зависимость` Локализована версия Auto.js APK Builder 1.0.3
|
||||
* `Зависимость` Локализована версия MultiLevelListView 1.1
|
||||
* `Зависимость` Локализована версия Settings Compat 1.1.5
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# v6.7.0
|
||||
|
||||
###### 2025/07/18
|
||||
###### 2025/07/22
|
||||
|
||||
* `新增` zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))
|
||||
* `新增` mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `新增` notice 模塊 (參閲 項目文檔 > [消息通知](https://docs.autojs6.com/#/notice))
|
||||
* `新增` s13n 模塊 (參閲 項目文檔 > [標準化](https://docs.autojs6.com/#/s13n))
|
||||
* `新增` Color 模塊 (參閲 項目文檔 > [顏色類](https://docs.autojs6.com/#/colorType))
|
||||
* `新增` colors.setColorPaint 方法, 用於設置 android.graphics.Paint 畫筆顏色 (參閲 項目文檔 > [顏色類](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `新增` 前台時保持屏幕常亮功能及設置選項
|
||||
* `新增` 額外的文檔啓動器 (launcher) 便於獨立閲讀應用文檔 (支持在設置中隱藏或顯示)
|
||||
* `修復` colors.toString 方法功能異常
|
||||
@@ -568,7 +569,7 @@
|
||||
* `優化` 控制枱浮動窗口支持拖動標題區域移動窗口位置
|
||||
* `優化` 控制枱浮動窗口支持腳本結束後自動延遲關閉
|
||||
* `優化` 控制枱浮動窗口及其 Activity 活動窗口支持雙指縮放調整字體大小
|
||||
* `優化` http 模塊相關方法支持超時參數 (timeout)
|
||||
* `優化` http 模塊相關方法支持超時選項參數 (timeout)
|
||||
* `優化` Gradle 構建腳本支持 JDK 版本主動降級 (fallback)
|
||||
* `優化` Gradle 構建腳本支持根據平台類型及版本自動選擇合適的構建工具版本 (程度有限)
|
||||
* `依賴` 本地化 Auto.js APK Builder 版本 1.0.3
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
* `新增` notice 模組 (參閱 專案檔案 > [訊息通知](https://docs.autojs6.com/#/notice))
|
||||
* `新增` s13n 模組 (參閱 專案檔案 > [標準化](https://docs.autojs6.com/#/s13n))
|
||||
* `新增` Color 模組 (參閱 專案檔案 > [顏色類](https://docs.autojs6.com/#/colorType))
|
||||
* `新增` colors.setColorPaint 方法, 用於設定 android.graphics.Paint 畫筆顏色 (參閱 專案文件 > [顏色類](https://docs.autojs6.com/#/colorType?id=m-setpaintcolor))
|
||||
* `新增` 前臺時保持螢幕常亮功能及設定選項
|
||||
* `新增` 額外的檔案啟動器 (launcher) 便於獨立閱讀應用檔案 (支援在設定中隱藏或顯示)
|
||||
* `修復` colors.toString 方法功能異常
|
||||
@@ -568,7 +569,7 @@
|
||||
* `最佳化` 控制檯浮動視窗支援拖動標題區域移動視窗位置
|
||||
* `最佳化` 控制檯浮動視窗支援指令碼結束後自動延遲關閉
|
||||
* `最佳化` 控制檯浮動視窗及其 Activity 活動視窗支援雙指縮放調整字型大小
|
||||
* `最佳化` http 模組相關方法支援超時引數 (timeout)
|
||||
* `最佳化` http 模組相關方法支援超時選項引數 (timeout)
|
||||
* `最佳化` Gradle 構建指令碼支援 JDK 版本主動降級 (fallback)
|
||||
* `最佳化` Gradle 構建指令碼支援根據平臺型別及版本自動選擇合適的構建工具版本 (程度有限)
|
||||
* `依賴` 本地化 Auto.js APK Builder 版本 1.0.3
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# v6.7.0
|
||||
|
||||
###### 2025/07/18
|
||||
###### 2025/07/22
|
||||
|
||||
* `新增` zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))
|
||||
* `新增` mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))
|
||||
|
||||
@@ -13,9 +13,14 @@ import android.util.AttributeSet
|
||||
import androidx.preference.PreferenceManager
|
||||
import com.afollestad.materialdialogs.MaterialDialog
|
||||
import org.autojs.autojs.core.pref.Pref
|
||||
import org.autojs.autojs.extension.MaterialDialogExtensions.widgetThemeColor
|
||||
import org.autojs.autojs.external.shortcut.ShortcutActivity
|
||||
import org.autojs.autojs.theme.preference.MaterialListPreference
|
||||
import org.autojs.autojs.ui.common.NotAskAgainDialog
|
||||
import org.autojs.autojs.util.ClipboardUtils
|
||||
import org.autojs.autojs.util.ShortcutUtils
|
||||
import org.autojs.autojs.util.StringUtils.key
|
||||
import org.autojs.autojs.util.ViewUtils
|
||||
import org.autojs.autojs6.R
|
||||
|
||||
class LauncherIconPreference : MaterialListPreference, SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
@@ -45,13 +50,16 @@ class LauncherIconPreference : MaterialListPreference, SharedPreferences.OnShare
|
||||
val isComponentTransparent = isComponentEnabled(prefContext, ALIAS_TRANSPARENT_BACKGROUND)
|
||||
val isBeforeAndroidO = Build.VERSION.SDK_INT < Build.VERSION_CODES.O
|
||||
val shouldBeTransparent = isComponentTransparent || isBeforeAndroidO
|
||||
val targetKey = if (shouldBeTransparent) {
|
||||
prefContext.getString(R.string.key_launcher_icon_transparent_background)
|
||||
} else {
|
||||
prefContext.getString(R.string.key_launcher_icon_adaptive)
|
||||
}
|
||||
if (getPersistedString("") != targetKey) {
|
||||
persistString(targetKey)
|
||||
when (shouldBeTransparent) {
|
||||
true -> R.string.key_launcher_icon_transparent_background
|
||||
else -> R.string.key_launcher_icon_adaptive
|
||||
}.also { resetIfNeeded(it) }
|
||||
}
|
||||
|
||||
private fun resetIfNeeded(aimValueRes: Int) {
|
||||
val aimValue = prefContext.getString(aimValueRes)
|
||||
if (getPersistedString("") != aimValue) {
|
||||
persistString(aimValue)
|
||||
notifyChanged()
|
||||
}
|
||||
}
|
||||
@@ -61,15 +69,85 @@ class LauncherIconPreference : MaterialListPreference, SharedPreferences.OnShare
|
||||
|
||||
when (dialog.items?.get(dialog.selectedIndex)?.toString()) {
|
||||
prefContext.getString(R.string.entry_launcher_icon_adaptive) -> {
|
||||
switchComponent(prefContext, ALIAS_ADAPTIVE, ALIAS_TRANSPARENT_BACKGROUND)
|
||||
showPromptAboutShortcutsLost {
|
||||
switchComponent(prefContext, ALIAS_ADAPTIVE, ALIAS_TRANSPARENT_BACKGROUND)
|
||||
}
|
||||
}
|
||||
prefContext.getString(R.string.entry_launcher_icon_transparent_background) -> {
|
||||
switchComponent(prefContext, ALIAS_TRANSPARENT_BACKGROUND, ALIAS_ADAPTIVE)
|
||||
showPromptAboutTransparentBackground {
|
||||
showPromptAboutShortcutsLost {
|
||||
switchComponent(prefContext, ALIAS_TRANSPARENT_BACKGROUND, ALIAS_ADAPTIVE)
|
||||
}
|
||||
}
|
||||
}
|
||||
else -> Unit
|
||||
}
|
||||
}
|
||||
|
||||
private fun showPromptAboutTransparentBackground(callback: () -> Unit) {
|
||||
NotAskAgainDialog.Builder(context, key(R.string.key_dialog_transparent_background_launcher_icon)).run {
|
||||
title(R.string.text_prompt)
|
||||
content(R.string.text_transparent_background_launcher_icon_may_not_take_effect)
|
||||
widgetThemeColor()
|
||||
negativeText(R.string.text_quit)
|
||||
negativeColorRes(R.color.dialog_button_default)
|
||||
onNegative { dialog, _ -> dialog.dismiss().also { resetIfNeeded(R.string.key_launcher_icon_adaptive) } }
|
||||
positiveText(R.string.dialog_button_continue)
|
||||
positiveColorRes(R.color.dialog_button_warn)
|
||||
onPositive { dialog, _ -> dialog.dismiss().also { callback() } }
|
||||
cancelable(false)
|
||||
autoDismiss(false)
|
||||
show()
|
||||
} ?: callback()
|
||||
}
|
||||
|
||||
private fun showPromptAboutShortcutsLost(callback: () -> Unit) {
|
||||
val shortcuts = ShortcutUtils.getAllShortcutScriptPaths(context)
|
||||
if (shortcuts.isEmpty()) {
|
||||
callback()
|
||||
return
|
||||
}
|
||||
NotAskAgainDialog.Builder(context, key(R.string.key_dialog_transparent_background_launcher_icon)).run {
|
||||
title(R.string.text_prompt)
|
||||
content(R.string.text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed)
|
||||
widgetThemeColor()
|
||||
neutralText(R.string.dialog_button_view_shortcuts)
|
||||
neutralColorRes(R.color.dialog_button_hint)
|
||||
onNeutral { dialog, _ ->
|
||||
MaterialDialog.Builder(context).run {
|
||||
title(R.string.text_launcher_shortcuts)
|
||||
items(shortcuts)
|
||||
itemsCallback { _, _, _, text ->
|
||||
true.also {
|
||||
ClipboardUtils.setClip(context, text)
|
||||
ViewUtils.showSnack(dialog.view, R.string.text_already_copied_to_clip, false)
|
||||
}
|
||||
}
|
||||
neutralText(R.string.dialog_button_copy)
|
||||
neutralColorRes(R.color.dialog_button_hint)
|
||||
onNeutral { dialog, _ ->
|
||||
ClipboardUtils.setClip(context, shortcuts.joinToString("\n"))
|
||||
ViewUtils.showSnack(dialog.view, R.string.text_already_copied_to_clip, false)
|
||||
}
|
||||
positiveText(R.string.dialog_button_dismiss)
|
||||
positiveColorRes(R.color.dialog_button_default)
|
||||
onPositive { dialog, _ -> dialog.dismiss() }
|
||||
autoDismiss(false)
|
||||
show()
|
||||
}
|
||||
}
|
||||
negativeText(R.string.text_quit)
|
||||
negativeColorRes(R.color.dialog_button_default)
|
||||
onNegative { dialog, _ -> dialog.dismiss().also { syncValueWithCurrentComponent() } }
|
||||
positiveText(R.string.dialog_button_continue)
|
||||
positiveColorRes(R.color.dialog_button_caution)
|
||||
onPositive { dialog, _ -> dialog.dismiss().also { callback() } }
|
||||
cancelable(false)
|
||||
autoDismiss(false)
|
||||
show()
|
||||
} ?: callback()
|
||||
}
|
||||
|
||||
override fun onSharedPreferenceChanged(sharedPreferences: SharedPreferences?, key: String?) = notifyChanged()
|
||||
|
||||
private fun switchComponent(ctx: Context, wantEnable: String, wantDisable: String) {
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
<string name="description_file_extensions_preference">يُستخدم لتحديد ما إذا كان يجب عرض امتدادات الملف في مستكشف ملفات AutoJs6.</string>
|
||||
<string name="description_hidden_files_preference">تُستخدم لتعيين إظهار الملفات والمجلدات المخفية (تبدأ عادةً بـ \".\") في مستكشف الملفات AutoJs6 أم لا.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">تفضيل إبقاء شاشة الجهاز قيد التشغيل وساطعة عندما يكون AutoJs6 في المقدمة.\nلتحقيق ذلك فقط على الصفحة الرئيسية بين جميع صفحات تطبيق AutoJs6 ، اختر خيار \"الصفحة الرئيسية فقط\".</string>
|
||||
<string name="description_launcher_icon_preference">يدعم رمز المشغّل وضعي عرض: الرمز المتكيّف أو الرمز التقليدي بخلفية شفافة. قد يختلف تأثير العرض الفعلي عبر أنظمة أندرويد المختلفة. قد يستغرق الأمر بضع ثوانٍ ليصبح التغيير ساريًا بعد تبديل وضع العرض.</string>
|
||||
<string name="description_launcher_shortcuts">يمكن للاختصارات تنفيذ إجراءات محددة في AutoJs6. يمكن للمستخدمين عرض هذه الاختصارات في مشغل مدعوم وبدء بعض المهام أو تشغيل نشاط بسرعة، مثل قراءة وثائق تطبيق AutoJs6، وتشغيل صفحة إعدادات AutoJs6، وما إلى ذلك.</string>
|
||||
<string name="description_manage_ignored_updates_preference">انقر لعرض أو إدارة عناصر القائمة.\nاضغط لفترة طويلة لإزالة عنصر القائمة.</string>
|
||||
<string name="description_night_mode_preference">ينطبق الوضع الليلي (المعروف أيضًا باسم Dark theme) على كل من واجهة مستخدم نظام Android والتطبيقات التي تعمل على الجهاز ، مما يحسن الرؤية للمستخدمين ضعاف البصر وأولئك الذين لديهم حساسية للضوء الساطع ، ويسهل على أي شخص استخدام الجهاز. في بيئة الإضاءة المنخفضة.\n\nنظام المتابعة: يحتوي AutoJs6 على إعدادات الوضع الليلي مثل نظام Android\nيعمل دائمًا: يحافظ AutoJs6 على تشغيل الوضع الليلي (بغض النظر عن إعدادات نظام Android)\nإيقاف التشغيل دائمًا: يقوم AutoJs6 بإيقاف تشغيل الوضع الليلي (بغض النظر عن إعدادات نظام Android)\n\nملاحظة: خيار متابعة النظام متاح فقط لـ Android API Level 28 (Android 9) [P] وما فوق.</string>
|
||||
@@ -116,6 +117,7 @@
|
||||
<string name="dialog_button_use_palette">ستخدام اللوحة</string>
|
||||
<string name="dialog_button_version_histories">السجل</string>
|
||||
<string name="dialog_button_view_file">استعراض الملف</string>
|
||||
<string name="dialog_button_view_shortcuts">عرض الاختصارات</string>
|
||||
<string name="dialog_title_color_details">تفاصيل اللون</string>
|
||||
<string name="dialog_title_color_palette">لوحة الألوان</string>
|
||||
<string name="dialog_title_theme_color_details">تفاصيل لون الثيم</string>
|
||||
@@ -142,6 +144,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">كل الصفحات</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">عاجز</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">الصفحة الرئيسية فقط</string>
|
||||
<string name="entry_launcher_icon_adaptive">رمز متكيّف</string>
|
||||
<string name="entry_launcher_icon_transparent_background">رمز بخلفية شفافة</string>
|
||||
<string name="entry_night_mode_always_off">دائما خارج</string>
|
||||
<string name="entry_night_mode_always_on">دائما متاح</string>
|
||||
<string name="entry_night_mode_follow_system">اتبع النظام</string>
|
||||
@@ -691,7 +695,9 @@
|
||||
<string name="text_latest_package">أحدث حزمة</string>
|
||||
<string name="text_launch_config">إطلاق التكوين</string>
|
||||
<string name="text_launch_debugger">إطلاق الأخطاء</string>
|
||||
<string name="text_launcher_icon_title">رمز المشغّل</string>
|
||||
<string name="text_launcher_shortcuts">اختصارات المشغل</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">قد يؤدي تبديل رموز المشغّل على بعض الأجهزة إلى فقدان جميع اختصارات AutoJs6 الحالية, يرجى المتابعة بحذر</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">فحص التصميم ...</string>
|
||||
<string name="text_licenses">تراخيص المصادر المفتوحة</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">جارٍ تجربة حل بديل...</string>
|
||||
@@ -1004,6 +1010,7 @@
|
||||
<string name="text_timed_task">مهمة توقيت</string>
|
||||
<string name="text_timed_task_timing">توقيت</string>
|
||||
<string name="text_tools">أدوات</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">قد يتم تلقائيًا إخفاء رمز المشغّل بخلفية شفافة أو إضافة خلفية إليه بواسطة النظام, لذلك قد يختلف التأثير الفعلي بين الأجهزة المختلفة</string>
|
||||
<string name="text_tutorial">الدورة التعليمية</string>
|
||||
<string name="text_type">يكتب</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">لا يمكن استخدام ABI المحدد \"%s\" لإنشاء تطبيق مجمع، لأن الإصدار الحالي من AutoJs6 لا يتضمن ABI أعلاه.</string>
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
<string name="description_file_extensions_preference">Used to set whether to show file extensions in AutoJs6 file explorer.</string>
|
||||
<string name="description_hidden_files_preference">Used to set whether to show hidden files and folders (usually starting with \".\") in AutoJs6 file explorer.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">Preference for keeping the device\'s screen turned on and bright when AutoJs6 is in the foreground.\nTo make it happen only on the homepage among all pages of the AutoJs6 application, choose \"homepage only\" option.</string>
|
||||
<string name="description_launcher_icon_preference">Launcher icon supports both adaptive icon or legacy transparent background icon display modes. The actual display effect may vary on different Android systems. It may take a few seconds to take effect after switching display modes.</string>
|
||||
<string name="description_launcher_shortcuts">Shortcuts can perform specific actions in AutoJs6. Users can display these shortcuts in a supported launcher and quickly start some tasks or launch an activity, such as reading AutoJs6 application documentation, launching AutoJs6 settings page, and so on.</string>
|
||||
<string name="description_manage_ignored_updates_preference">Click to view or manage list items.\nLong press to remove the list item.</string>
|
||||
<string name="description_night_mode_preference">Night mode (also known as Dark theme) applies to both the Android system UI and apps running on the device, which improves visibility for users with low vision and those who are sensitive to bright light, and makes it easier for anyone to use a device in a low-light environment.\n\nFollow system: AutoJs6 has Night mode settings same as Android system\nAlways on: AutoJs6 keeps Night mode on (regardless of Android system settings)\nAlways off: AutoJs6 keeps Night mode off (regardless of Android system settings)\n\nNote: Follow system option is only for Android API Level 28 (Android 9) [P] and above.</string>
|
||||
@@ -111,6 +112,7 @@
|
||||
<string name="dialog_button_use_palette">Use palette</string>
|
||||
<string name="dialog_button_version_histories">Histories</string>
|
||||
<string name="dialog_button_view_file">View File</string>
|
||||
<string name="dialog_button_view_shortcuts">View shortcuts</string>
|
||||
<string name="dialog_title_color_details">Color details</string>
|
||||
<string name="dialog_title_color_palette">Color palette</string>
|
||||
<string name="dialog_title_theme_color_details">Theme color details</string>
|
||||
@@ -137,6 +139,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">All pages</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">Disabled</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">Homepage only</string>
|
||||
<string name="entry_launcher_icon_adaptive">Adaptive icon</string>
|
||||
<string name="entry_launcher_icon_transparent_background">Transparent background icon</string>
|
||||
<string name="entry_night_mode_always_off">Always off</string>
|
||||
<string name="entry_night_mode_always_on">Always on</string>
|
||||
<string name="entry_night_mode_follow_system">Follow system</string>
|
||||
@@ -686,7 +690,9 @@
|
||||
<string name="text_latest_package">Latest package</string>
|
||||
<string name="text_launch_config">Launch config</string>
|
||||
<string name="text_launch_debugger">Launch debugger</string>
|
||||
<string name="text_launcher_icon_title">Launcher icon</string>
|
||||
<string name="text_launcher_shortcuts">Launcher shortcuts</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">Switching launcher icons on some devices may cause all existing AutoJs6 shortcuts to be lost, please proceed with caution</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspecting layout...</string>
|
||||
<string name="text_licenses">Open Sources Licenses</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">Trying a fallback solution...</string>
|
||||
@@ -999,6 +1005,7 @@
|
||||
<string name="text_timed_task">Timed task</string>
|
||||
<string name="text_timed_task_timing">Timing</string>
|
||||
<string name="text_tools">Tools</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">The transparent background launcher icon may be automatically masked or given a background by the system, so the actual effect may vary across different devices</string>
|
||||
<string name="text_tutorial">Tutorial</string>
|
||||
<string name="text_type">Type</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">The selected ABI \"%s\" cannot be used to create a packaged application, because the current version of AutoJs6 does not include the above ABI.</string>
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
<string name="description_file_extensions_preference">Se utiliza para definir si se deben mostrar las extensiones de archivo en el explorador de archivos de AutoJs6.</string>
|
||||
<string name="description_hidden_files_preference">2. Se utiliza para establecer si se muestran o no los archivos y carpetas ocultos (que suelen empezar por \".\") en el explorador de archivos de AutoJs6.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">Preferencia para mantener la pantalla del dispositivo encendida y brillante cuando AutoJs6 está en primer plano.\nPara que sólo ocurra en la página de inicio entre todas las páginas de la aplicación AutoJs6, elija la opción \"sólo página de inicio\".</string>
|
||||
<string name="description_launcher_icon_preference">El ícono del iniciador admite modos de visualización de ícono adaptable o heredado con fondo transparente. El efecto de visualización real puede variar en diferentes sistemas Android. Puede tardar unos segundos en surtir efecto después de cambiar el modo de visualización.</string>
|
||||
<string name="description_launcher_shortcuts">Los accesos directos pueden realizar acciones específicas en AutoJs6. Los usuarios pueden mostrar estos accesos directos en un lanzador compatible e iniciar rápidamente algunas tareas o iniciar una actividad, como leer la documentación de la aplicación AutoJs6, iniciar la página de configuración de AutoJs6, etc.</string>
|
||||
<string name="description_manage_ignored_updates_preference">Pulse para ver o gestionar los elementos de la lista.\nHaga una pulsación larga para eliminar el elemento de la lista.</string>
|
||||
<string name="description_night_mode_preference">El modo nocturno (también conocido como tema oscuro) se aplica tanto a la interfaz de usuario del sistema Android como a las aplicaciones que se ejecutan en el dispositivo, lo que mejora la visibilidad para los usuarios con baja visión y los que son sensibles a la luz brillante, y facilita el uso de un dispositivo en un entorno con poca luz.\n\nSistema de seguimiento: AutoJs6 tiene ajustes de modo nocturno iguales a los del sistema Android\nSiempre activado: AutoJs6 mantiene activado el modo Noche (independientemente de la configuración del sistema Android)\nSiempre desactivado: AutoJs6 mantiene el modo nocturno desactivado (independientemente de la configuración del sistema Android)\n\nNota: La opción de seguir el sistema es sólo para el nivel 28 de la API de Android (Android 9) [P] y superior.</string>
|
||||
@@ -114,6 +115,7 @@
|
||||
<string name="dialog_button_use_palette">Usar paleta</string>
|
||||
<string name="dialog_button_version_histories">Historial</string>
|
||||
<string name="dialog_button_view_file">Ver archivo</string>
|
||||
<string name="dialog_button_view_shortcuts">Ver accesos directos</string>
|
||||
<string name="dialog_title_color_details">Detalles del color</string>
|
||||
<string name="dialog_title_color_palette">Paleta de colores</string>
|
||||
<string name="dialog_title_theme_color_details">Detalles del color del tema</string>
|
||||
@@ -140,6 +142,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">Todas las páginas</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">Desactivado</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">Sólo página de inicio</string>
|
||||
<string name="entry_launcher_icon_adaptive">Ícono adaptable</string>
|
||||
<string name="entry_launcher_icon_transparent_background">Ícono con fondo transparente</string>
|
||||
<string name="entry_night_mode_always_off">Siempre desactivado</string>
|
||||
<string name="entry_night_mode_always_on">Siempre activado</string>
|
||||
<string name="entry_night_mode_follow_system">Seguir el sistema</string>
|
||||
@@ -689,7 +693,9 @@
|
||||
<string name="text_latest_package">Último paquete</string>
|
||||
<string name="text_launch_config">Iniciar la configuración</string>
|
||||
<string name="text_launch_debugger">Iniciar el depurador</string>
|
||||
<string name="text_launcher_icon_title">Ícono del iniciador</string>
|
||||
<string name="text_launcher_shortcuts">Atajos del lanzador</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">Cambiar los íconos del iniciador en algunos dispositivos puede provocar la pérdida de todos los accesos directos existentes de AutoJs6, proceda con precaución</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspeccionando el diseño...</string>
|
||||
<string name="text_licenses">Licencias de fuentes abiertas</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">Intentando una solución alternativa...</string>
|
||||
@@ -1002,6 +1008,7 @@
|
||||
<string name="text_timed_task">Tarea cronometrada</string>
|
||||
<string name="text_timed_task_timing">Cronometraje</string>
|
||||
<string name="text_tools">Herramientas</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">El ícono de iniciador con fondo transparente puede ser enmascarado automáticamente o recibir un fondo por parte del sistema, por lo que el efecto real puede variar entre dispositivos</string>
|
||||
<string name="text_tutorial">Tutorial</string>
|
||||
<string name="text_type">Tipo</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">La ABI seleccionada \"%s\" no se puede utilizar para crear una aplicación empaquetada, porque la versión actual de AutoJs6 no incluye la ABI mencionada.</string>
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
<string name="description_file_extensions_preference">Permet de définir l\'affichage des extensions de fichier dans l\'explorateur AutoJs6.</string>
|
||||
<string name="description_hidden_files_preference">Permet d\'afficher ou non les fichiers et dossiers cachés (commençant généralement par \".\") dans l\'explorateur de fichiers d\'AutoJs6.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">Préférence pour que l\'écran de l\'appareil reste allumé et lumineux lorsque AutoJs6 est au premier plan.\nPour que cela se produise uniquement sur la page d\'accueil parmi toutes les pages de l\'application AutoJs6, choisissez l\'option \"page d\'accueil uniquement\".</string>
|
||||
<string name="description_launcher_icon_preference">L\'icône du lanceur prend en charge les modes d\'affichage d\'icône adaptative ou d\'icône héritée à fond transparent. L\'effet d\'affichage réel peut varier selon les systèmes Android. L\'application du changement peut prendre quelques secondes après avoir basculé de mode d\'affichage.</string>
|
||||
<string name="description_launcher_shortcuts">Les raccourcis permettent d\'effectuer des actions spécifiques dans AutoJs6. Les utilisateurs peuvent afficher ces raccourcis dans un lanceur pris en charge et démarrer rapidement certaines tâches ou lancer une activité, comme la lecture de la documentation de l\'application AutoJs6, le lancement de la page de configuration d\'AutoJs6, etc.</string>
|
||||
<string name="description_manage_ignored_updates_preference">Cliquez pour afficher ou gérer les éléments de la liste.\nAppuyez longuement pour supprimer l\'élément de la liste.</string>
|
||||
<string name="description_night_mode_preference">Le mode nuit (également connu sous le nom de thème sombre) s\'applique à la fois à l\'interface utilisateur du système Android et aux applications exécutées sur l\'appareil, ce qui améliore la visibilité pour les utilisateurs malvoyants et ceux qui sont sensibles à la lumière vive, et facilite l\'utilisation d\'un appareil par quiconque dans un environnement à faible luminosité.\n\nSystème de suivi : AutoJs6 possède des paramètres de mode nuit identiques à ceux du système Android\nToujours activé: AutoJs6 maintient le mode Nuit activé (indépendamment des paramètres du système Android).\nToujours désactivé: AutoJs6 désactive le mode Nuit (indépendamment des paramètres du système Android).\n\nRemarque : l\'option Suivre le système n\'est disponible qu\'à partir du niveau 28 de l\'API Android (Android 9) [P].</string>
|
||||
@@ -114,6 +115,7 @@
|
||||
<string name="dialog_button_use_palette">Utiliser la palette</string>
|
||||
<string name="dialog_button_version_histories">Historique</string>
|
||||
<string name="dialog_button_view_file">Voir le fichier</string>
|
||||
<string name="dialog_button_view_shortcuts">Voir les raccourcis</string>
|
||||
<string name="dialog_title_color_details">Détails de la couleur</string>
|
||||
<string name="dialog_title_color_palette">Palette de couleurs</string>
|
||||
<string name="dialog_title_theme_color_details">Détails de la couleur du thème</string>
|
||||
@@ -140,6 +142,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">Toutes les pages</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">Désactiver</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">Page d\'accueil uniquement</string>
|
||||
<string name="entry_launcher_icon_adaptive">Icône adaptative</string>
|
||||
<string name="entry_launcher_icon_transparent_background">Icône à fond transparent</string>
|
||||
<string name="entry_night_mode_always_off">Always off</string>
|
||||
<string name="entry_night_mode_always_on">Always on</string>
|
||||
<string name="entry_night_mode_follow_system">Suivre le système</string>
|
||||
@@ -689,7 +693,9 @@
|
||||
<string name="text_latest_package">Dernier paquet</string>
|
||||
<string name="text_launch_config">Launch config</string>
|
||||
<string name="text_launch_debugger">Launch debugger</string>
|
||||
<string name="text_launcher_icon_title">Icône du lanceur</string>
|
||||
<string name="text_launcher_shortcuts">Raccourcis du lanceur</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">Le changement de l\'icône du lanceur sur certains appareils peut entraîner la perte de tous les raccourcis AutoJs6 existants, veuillez procéder avec prudence</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspecter la mise en page...</string>
|
||||
<string name="text_licenses">Licences Open Sources</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">Tentative d\'une solution de secours...</string>
|
||||
@@ -1002,6 +1008,7 @@
|
||||
<string name="text_timed_task">Tâche chronométrée</string>
|
||||
<string name="text_timed_task_timing">Timing</string>
|
||||
<string name="text_tools">Outils</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">L\'icône du lanceur à fond transparent peut être automatiquement masquée ou recevoir un fond par le système, de sorte que l\'effet réel peut varier selon les appareils</string>
|
||||
<string name="text_tutorial">Tutorial</string>
|
||||
<string name="text_type">Type</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">L\'ABI sélectionné \"%s\" ne peut pas être utilisé pour créer une application packagée, car la version actuelle d\'AutoJs6 n\'inclut pas l\'ABI ci-dessus.</string>
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
<string name="description_file_extensions_preference">AutoJs6のファイルエクスプローラーでファイル拡張子を表示するかどうかの設定に使用されます。</string>
|
||||
<string name="description_hidden_files_preference">AutoJs6 ファイルエクスプローラーで隠しファイルや隠しフォルダ (通常は「.」で始まる) を表示するかどうかを設定するために使用します</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">AutoJs6 がフォアグラウンドにあるとき, デバイスの画面をオンにして明るく保つための設定です.\nAutoJs6 アプリケーションの全ページのうち, ホームページでのみ使用する場合は, \"ホームページのみ\" オプションを選択します</string>
|
||||
<string name="description_launcher_icon_preference">ランチャーアイコンはアダプティブアイコンと従来の透過背景アイコンの表示モードに対応しています. 実際の表示効果はAndroidシステムによって異なる場合があります. 表示モードを切り替えた後, 反映されるまで数秒かかることがあります.</string>
|
||||
<string name="description_launcher_shortcuts">ショートカットは, AutoJs6 で特定のアクションを実行することができます. ユーザーは, サポートされているランチャーにこれらのショートカットを表示し, AutoJs6 アプリケーションのドキュメントを読んだり, AutoJs6 の設定ページを起動したりするなど, いくつかのタスクを素早く開始したり, アクティビティを起動したりすることができます</string>
|
||||
<string name="description_manage_ignored_updates_preference">クリックすると, リストアイテムを表示または管理できます.\nリストアイテムを削除するには, 長押しします</string>
|
||||
<string name="description_night_mode_preference">ナイトモード (ダークテーマとも呼ばれる) は, Android システムの UI と端末上で動作するアプリケーションの両方に適用され, 弱視のユーザーや明るい光に敏感なユーザーの視認性を向上させ, 誰でも簡単に暗い環境下で端末を使用できるようにします.\n\nフォローシステム AutoJs6 では, Android と同じ Night モードが設定できます.\n常にオン Android のシステム設定に関係なく, 常に Night モードが ON になります.\n常にオフ Android のシステム設定に関係なく, AutoJs6 はナイトモードをオフにします.\n\n注: Follow system オプションは, Android API Level 28 (Android 9) [P] 以上の場合のみです</string>
|
||||
@@ -115,6 +116,7 @@
|
||||
<string name="dialog_button_use_palette">パレットを使う</string>
|
||||
<string name="dialog_button_version_histories">更新履歴</string>
|
||||
<string name="dialog_button_view_file">ファイルの表示</string>
|
||||
<string name="dialog_button_view_shortcuts">ショートカットを表示</string>
|
||||
<string name="dialog_title_color_details">カラー詳細</string>
|
||||
<string name="dialog_title_color_palette">カラーパレット</string>
|
||||
<string name="dialog_title_theme_color_details">テーマカラー詳細</string>
|
||||
@@ -141,6 +143,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">全ページ</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">使用不可</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">ホームページのみ</string>
|
||||
<string name="entry_launcher_icon_adaptive">アダプティブアイコン</string>
|
||||
<string name="entry_launcher_icon_transparent_background">透過背景アイコン</string>
|
||||
<string name="entry_night_mode_always_off">常にオフ</string>
|
||||
<string name="entry_night_mode_always_on">常にオン</string>
|
||||
<string name="entry_night_mode_follow_system">システムに従う</string>
|
||||
@@ -690,7 +694,9 @@
|
||||
<string name="text_latest_package">最新のパッケージ</string>
|
||||
<string name="text_launch_config">コンフィグを起動する</string>
|
||||
<string name="text_launch_debugger">デバッガを起動する</string>
|
||||
<string name="text_launcher_icon_title">ランチャーアイコン</string>
|
||||
<string name="text_launcher_shortcuts">ランチャーショートカット</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">一部のデバイスでランチャーアイコンを切り替えると既存の AutoJs6 ショートカットがすべて失われる可能性があります, 注意して操作してください</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">レイアウトの検査中...</string>
|
||||
<string name="text_licenses">オープンソースライセンス</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">バックアップ策を試しています...</string>
|
||||
@@ -1003,6 +1009,7 @@
|
||||
<string name="text_timed_task">時間指定タスク</string>
|
||||
<string name="text_timed_task_timing">タイミング</string>
|
||||
<string name="text_tools">ツール</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">透過背景ランチャーアイコンはシステムによって自動的にマスクされたり背景が追加されたりする場合があるため, 実際の効果はデバイスによって異なる場合があります</string>
|
||||
<string name="text_tutorial">チュートリアル</string>
|
||||
<string name="text_type">種類</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">現在のバージョンの AutoJs6 には上記の ABI が含まれていないため, 選択した ABI \"%s\" を使用してパッケージ・アプリケーションを作成できません</string>
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
<string name="description_file_extensions_preference">AutoJs6 파일 탐색기에서 파일 확장자 표시 여부를 설정하는 데 사용됩니다.</string>
|
||||
<string name="description_hidden_files_preference">AutoJs6 파일 탐색기에서 숨겨진 파일 및 폴더(보통 \".\" 로 시작)를 표시할지 여부를 설정하는 데 사용됩니다.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">AutoJs6 이 포그라운드에 있을 때 장치의 화면을 켜고 밝게 유지하기 위한 기본 설정입니다.\nAutoJs6 애플리케이션의 모든 페이지 중 홈페이지에서만 발생하도록 하려면 \"홈페이지만\" 옵션을 선택합니다.</string>
|
||||
<string name="description_launcher_icon_preference">런처 아이콘은 어댑티브 아이콘과 기존 투명 배경 아이콘 두 가지 표시 모드를 지원합니다. 실제 표시 효과는 안드로이드 시스템별로 다를 수 있습니다. 표시 모드를 전환한 후 적용되기까지 몇 초가 걸릴 수 있습니다.</string>
|
||||
<string name="description_launcher_shortcuts">바로가기는 AutoJs6 에서 특정 작업을 수행할 수 있습니다. 사용자는 지원되는 런처에 이러한 바로가기를 표시하고 AutoJs6 애플리케이션 문서 읽기, AutoJs6 설정 페이지 실행 등과 같은 일부 작업을 빠르게 시작하거나 활동을 실행할 수 있습니다.</string>
|
||||
<string name="description_manage_ignored_updates_preference">목록 항목을 보거나 관리하려면 클릭하세요.\n목록 항목을 제거하려면 길게 누릅니다.</string>
|
||||
<string name="description_night_mode_preference">야간 모드 (다크 테마라고도 함) 는 Android 시스템 UI 와 장치에서 실행되는 앱 모두에 적용되어 저시력 사용자와 밝은 빛에 민감한 사용자의 가시성을 향상시키고 누구나 쉽게 장치를 사용할 수 있습니다. 저조도 환경에서.\n\n시스템 따르기: AutoJs6 에는 Android 시스템과 동일한 야간 모드 설정이 있습니다.\n항상 켜짐: AutoJs6 은 Android 시스템 설정에 관계없이 야간 모드를 유지합니다.\n항상 끄기: AutoJs6 은 야간 모드를 끈 상태로 유지합니다(Android 시스템 설정에 관계없이).\n\n참고: 팔로우 시스템 옵션은 Android API 레벨 28 (Android 9) [P] 이상에만 적용됩니다.</string>
|
||||
@@ -116,6 +117,7 @@
|
||||
<string name="dialog_button_use_palette">팔레트 사용</string>
|
||||
<string name="dialog_button_version_histories">변경내역</string>
|
||||
<string name="dialog_button_view_file">파일 보기</string>
|
||||
<string name="dialog_button_view_shortcuts">바로가기 보기</string>
|
||||
<string name="dialog_title_color_details">색상 세부정보</string>
|
||||
<string name="dialog_title_color_palette">색상 팔레트</string>
|
||||
<string name="dialog_title_theme_color_details">테마 색상 세부정보</string>
|
||||
@@ -142,6 +144,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">모든 페이지</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">장애가 있는</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">홈페이지만</string>
|
||||
<string name="entry_launcher_icon_adaptive">어댑티브 아이콘</string>
|
||||
<string name="entry_launcher_icon_transparent_background">투명 배경 아이콘</string>
|
||||
<string name="entry_night_mode_always_off">항상 꺼져 있습니다</string>
|
||||
<string name="entry_night_mode_always_on">항상 켜져 있습니다</string>
|
||||
<string name="entry_night_mode_follow_system">시스템을 따르십시오</string>
|
||||
@@ -691,7 +695,9 @@
|
||||
<string name="text_latest_package">최신 패키지</string>
|
||||
<string name="text_launch_config">구성을 시작하십시오</string>
|
||||
<string name="text_launch_debugger">디버거를 시작하십시오</string>
|
||||
<string name="text_launcher_icon_title">런처 아이콘</string>
|
||||
<string name="text_launcher_shortcuts">런처 바로 가기</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">일부 기기에서 런처 아이콘을 변경하면 기존 AutoJs6 바로가기가 모두 삭제될 수 있으니 주의하십시오</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">레이아웃 검사 ...</string>
|
||||
<string name="text_licenses">오픈 소스 라이센스</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">대체 솔루션을 시도하는 중...</string>
|
||||
@@ -1004,6 +1010,7 @@
|
||||
<string name="text_timed_task">시간이 정한 작업</string>
|
||||
<string name="text_timed_task_timing">타이밍</string>
|
||||
<string name="text_tools">도구</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">투명 배경 런처 아이콘은 시스템에 의해 자동으로 마스킹되거나 배경이 추가될 수 있어 장치마다 실제 효과가 다를 수 있습니다</string>
|
||||
<string name="text_tutorial">지도 시간</string>
|
||||
<string name="text_type">유형</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">현재 버전의 AutoJs6 에 위의 ABI 가 포함되어 있지 않으므로 선택한 ABI \"%s\" 를 사용하여 패키지 응용 프로그램을 만들 수 없습니다.</string>
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
<string name="description_file_extensions_preference">Используется для настройки отображения расширений файлов в файловом менеджере AutoJs6.</string>
|
||||
<string name="description_hidden_files_preference">Используется для установки того, показывать или нет скрытые файлы и папки (обычно начинающиеся с \".\") в файловом проводнике AutoJs6.</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">Предпочтение для сохранения экрана устройства включенным и ярким, когда AutoJs6 находится на переднем плане.\nЧтобы это происходило только на главной странице среди всех страниц приложения AutoJs6, выберите опцию \"Только главная страница\".</string>
|
||||
<string name="description_launcher_icon_preference">Значок запуска поддерживает режимы отображения адаптивного значка или наследуемого значка с прозрачным фоном. Фактический вид может различаться на разных версиях Android. После переключения режима отображения может пройти несколько секунд, прежде чем изменения вступят в силу.</string>
|
||||
<string name="description_launcher_shortcuts">Ярлыки позволяют выполнять определенные действия в AutoJs6. Пользователи могут отображать эти ярлыки в поддерживаемой программе запуска и быстро запускать некоторые задачи или действия, например, читать документацию по приложению AutoJs6, запускать страницу настроек AutoJs6 и т.д.</string>
|
||||
<string name="description_manage_ignored_updates_preference">Нажмите для просмотра или управления элементами списка.\nДлинное нажатие для удаления элемента списка.</string>
|
||||
<string name="description_night_mode_preference">Ночной режим (также известный как темная тема) применяется как к системному пользовательскому интерфейсу Android, так и к приложениям, запущенным на устройстве, что улучшает видимость для пользователей со слабым зрением и тех, кто чувствителен к яркому свету, а также облегчает любому человеку использование устройства в условиях недостаточной освещенности.\n\nСистема слежения: AutoJs6 имеет настройки ночного режима, такие же, как и система Android\nВсегда включен: AutoJs6 держит Ночной режим включенным (независимо от настроек системы Android)\nВсегда выключен: AutoJs6 отключает ночной режим (независимо от настроек системы Android)\n\nПримечание: Опция \"Следовать за системой\" доступна только для Android API Level 28 (Android 9) [P] и выше.</string>
|
||||
@@ -114,6 +115,7 @@
|
||||
<string name="dialog_button_use_palette">Использовать палитру</string>
|
||||
<string name="dialog_button_version_histories">История</string>
|
||||
<string name="dialog_button_view_file">Просмотр файла</string>
|
||||
<string name="dialog_button_view_shortcuts">Просмотреть ярлыки</string>
|
||||
<string name="dialog_title_color_details">Детали цвета</string>
|
||||
<string name="dialog_title_color_palette">Цветовая палитра</string>
|
||||
<string name="dialog_title_theme_color_details">Детали цвета темы</string>
|
||||
@@ -140,6 +142,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">Все страницы</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">Отключено</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">Только домашняя страница</string>
|
||||
<string name="entry_launcher_icon_adaptive">Адаптивный значок</string>
|
||||
<string name="entry_launcher_icon_transparent_background">Значок с прозрачным фоном</string>
|
||||
<string name="entry_night_mode_always_off">Всегда выключено</string>
|
||||
<string name="entry_night_mode_always_on">Всегда включено</string>
|
||||
<string name="entry_night_mode_follow_system">Следовать за системой</string>
|
||||
@@ -689,7 +693,9 @@
|
||||
<string name="text_latest_package">Последний пакет</string>
|
||||
<string name="text_launch_config">Запуск конфигурации</string>
|
||||
<string name="text_launch_debugger">Запуск отладчика</string>
|
||||
<string name="text_launcher_icon_title">Значок запуска</string>
|
||||
<string name="text_launcher_shortcuts">Ярлыки лаунчера</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">Смена значков запуска на некоторых устройствах может привести к потере всех существующих ярлыков AutoJs6, действуйте с осторожностью</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Проверка макета...</string>
|
||||
<string name="text_licenses">Лицензии на открытые источники</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">Пробуем запасное решение...</string>
|
||||
@@ -1002,6 +1008,7 @@
|
||||
<string name="text_timed_task">Задание по времени</string>
|
||||
<string name="text_timed_task_timing">Время</string>
|
||||
<string name="text_tools">Инструменты</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">Значок запуска с прозрачным фоном может быть автоматически замаскирован системой или получить фон, поэтому фактический результат может отличаться на разных устройствах</string>
|
||||
<string name="text_tutorial">Учебник</string>
|
||||
<string name="text_type">Тип</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">Выбранный ABI \"%s\" не может быть использован для создания упакованного приложения, поскольку текущая версия AutoJs6 не включает указанный ABI.</string>
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
<string name="description_extending_js_build_in_objects">擴展 JavaScript 內置對象可以增加代碼靈活性並實現更豐富的功能, 但可能造成衝突甚至破壞.\n選項開啓後所有腳本均默認啓用內置擴展.\n內置擴展往往是不安全的, 除非明確瞭解內置擴展的原理及風險, 否則不建議啓用.\n選項關閉後, 仍然可以通過 plugins 全局對象啓用內置擴展, 詳見項目文檔.</string>
|
||||
<string name="description_hidden_files_preference">用於設置是否在 AutoJs6 文件管理器中顯示隱藏文件和文件夾 (通常以 \".\" 開頭).</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">用於當 AutoJs6 位於前台時使設備屏幕保持常亮.\n如需在 AutoJs6 應用的所有頁面中, 僅在主頁時保持設備屏幕常亮, 可選擇 \"僅限主頁\" 選項.</string>
|
||||
<string name="description_launcher_icon_preference">啓動器圖標支持自適應圖標顯示方式與傳統透明背景圖標顯示方式. 不同安卓系統的圖標實際顯示效果可能有所不同. 切換顯示方式後, 可能需要幾秒鐘的時間生效.</string>
|
||||
<string name="description_launcher_shortcuts">快捷方式可以在 AutoJs6 中執行特定操作, 用户可以在啓動器中顯示這些快捷方式, 並快速開始某些任務或啓動某個活動, 如閲讀 AutoJs6 應用文檔, 啓動 AutoJs6 設置頁面等.</string>
|
||||
<string name="description_manage_ignored_updates_preference">點擊可查看或管理列表項.\n長按可移除列表項.</string>
|
||||
<string name="description_night_mode_preference">夜間模式, 亦稱 [ 暗黑模式 / 深色主題 ] 等.\n夜間模式應用於安卓系統 UI (如通知欄和導航欄) 及 AutoJs6 應用頁面.\n夜間模式可提升設備在低光環境下的易用性, 同時有助於提升弱視或光敏感用户的視覺體驗.\n\n跟隨系統: AutoJs6 與安卓操作系統的夜間模式設置一致\n總是開啓: AutoJs6 保持開啓夜間模式 (忽略操作系統設置)\n總是關閉: AutoJs6 保持關閉夜間模式 (忽略操作系統設置)\n\n注: 跟隨系統功能僅支持安卓 API 級別 28 (安卓 9) [P] 及以上操作系統.</string>
|
||||
@@ -112,6 +113,7 @@
|
||||
<string name="dialog_button_use_palette">使用調色盤</string>
|
||||
<string name="dialog_button_version_histories">版本歷史</string>
|
||||
<string name="dialog_button_view_file">查看文件</string>
|
||||
<string name="dialog_button_view_shortcuts">查看快捷方式</string>
|
||||
<string name="dialog_title_color_details">顏色詳情</string>
|
||||
<string name="dialog_title_color_palette">調色盤</string>
|
||||
<string name="dialog_title_theme_color_details">主題色詳情</string>
|
||||
@@ -138,6 +140,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">所有頁面</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">禁用</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">僅限主頁</string>
|
||||
<string name="entry_launcher_icon_adaptive">自適應圖標</string>
|
||||
<string name="entry_launcher_icon_transparent_background">透明背景圖標</string>
|
||||
<string name="entry_night_mode_always_off">總是關閉</string>
|
||||
<string name="entry_night_mode_always_on">總是開啓</string>
|
||||
<string name="entry_night_mode_follow_system">跟隨系統</string>
|
||||
@@ -687,7 +691,9 @@
|
||||
<string name="text_latest_package">最近包名</string>
|
||||
<string name="text_launch_config">運行配置</string>
|
||||
<string name="text_launch_debugger">啓動調試</string>
|
||||
<string name="text_launcher_icon_title">啓動器圖標</string>
|
||||
<string name="text_launcher_shortcuts">啓動器快捷方式</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">部分設備切換啓動器圖標可能導致已創建的 AutoJs6 快捷方式全部丟失, 需謹慎操作</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">佈局分析中...</string>
|
||||
<string name="text_licenses">開源許可信息</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">正在嘗試備選方案...</string>
|
||||
@@ -1000,6 +1006,7 @@
|
||||
<string name="text_timed_task">定時任務</string>
|
||||
<string name="text_timed_task_timing">定時</string>
|
||||
<string name="text_tools">工具</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">透明背景啓動器圖標可能被系統自動添加遮罩或背景, 因此不同設備的實際效果與預期可能不完全一致</string>
|
||||
<string name="text_tutorial">教程</string>
|
||||
<string name="text_type">類型</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">選擇的 ABI 架構 \"%s\" 無法用於創建打包應用, 因當前 AutoJs6 版本未包含上述 ABI 架構.</string>
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
<string name="description_extending_js_build_in_objects">擴充套件 JavaScript 內建物件可以增加程式碼靈活性並實現更豐富的功能, 但可能造成衝突甚至破壞.\n選項開啟後所有指令碼均預設啟用內建擴充套件.\n內建擴充套件往往是不安全的, 除非明確瞭解內建擴充套件的原理及風險, 否則不建議啟用.\n選項關閉後, 仍然可以透過 plugins 全域性物件啟用內建擴充套件, 詳見專案文件.</string>
|
||||
<string name="description_hidden_files_preference">用於設定是否在 AutoJs6 檔案管理器中顯示隱藏檔案和資料夾 (通常以 \".\" 開頭).</string>
|
||||
<string name="description_keep_screen_on_when_in_foreground_preference">用於當 AutoJs6 位於前臺時使裝置螢幕保持常亮.\n如需在 AutoJs6 應用的所有頁面中, 僅在主頁時保持裝置螢幕常亮, 可選擇 \"僅限主頁\" 選項.</string>
|
||||
<string name="description_launcher_icon_preference">啟動器圖示支援自適應圖示顯示方式與傳統透明背景圖示顯示方式. 不同安卓系統的圖示實際顯示效果可能有所不同. 切換顯示方式後, 可能需要幾秒鐘的時間生效.</string>
|
||||
<string name="description_launcher_shortcuts">快捷方式可以在 AutoJs6 中執行特定操作, 使用者可以在啟動器中顯示這些快捷方式, 並快速開始某些任務或啟動某個活動, 如閲讀 AutoJs6 應用文件, 啟動 AutoJs6 設定頁面等.</string>
|
||||
<string name="description_manage_ignored_updates_preference">點選可檢視或管理列表項.\n長按可移除列表項.</string>
|
||||
<string name="description_night_mode_preference">夜間模式, 亦稱 [ 暗黑模式 / 深色主題 ] 等.\n夜間模式應用於安卓系統 UI (如通知欄和導航欄) 及 AutoJs6 應用頁面.\n夜間模式可提升裝置在低光環境下的易用性, 同時有助於提升弱視或光敏感使用者的視覺體驗.\n\n跟隨系統: AutoJs6 與安卓作業系統的夜間模式設定一致\n總是開啟: AutoJs6 保持開啟夜間模式 (忽略作業系統設定)\n總是關閉: AutoJs6 保持關閉夜間模式 (忽略作業系統設定)\n\n注: 跟隨系統功能僅支援安卓 API 級別 28 (安卓 9) [P] 及以上作業系統.</string>
|
||||
@@ -112,6 +113,7 @@
|
||||
<string name="dialog_button_use_palette">使用調色盤</string>
|
||||
<string name="dialog_button_version_histories">版本歷史</string>
|
||||
<string name="dialog_button_view_file">檢視檔案</string>
|
||||
<string name="dialog_button_view_shortcuts">檢視快捷方式</string>
|
||||
<string name="dialog_title_color_details">顏色詳情</string>
|
||||
<string name="dialog_title_color_palette">調色盤</string>
|
||||
<string name="dialog_title_theme_color_details">主題色詳情</string>
|
||||
@@ -138,6 +140,8 @@
|
||||
<string name="entry_keep_screen_on_when_in_foreground_all_pages">所有頁面</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_disabled">禁用</string>
|
||||
<string name="entry_keep_screen_on_when_in_foreground_homepage_only">僅限主頁</string>
|
||||
<string name="entry_launcher_icon_adaptive">自適應圖示</string>
|
||||
<string name="entry_launcher_icon_transparent_background">透明背景圖示</string>
|
||||
<string name="entry_night_mode_always_off">總是關閉</string>
|
||||
<string name="entry_night_mode_always_on">總是開啟</string>
|
||||
<string name="entry_night_mode_follow_system">跟隨系統</string>
|
||||
@@ -687,7 +691,9 @@
|
||||
<string name="text_latest_package">最近包名</string>
|
||||
<string name="text_launch_config">執行配置</string>
|
||||
<string name="text_launch_debugger">啟動除錯</string>
|
||||
<string name="text_launcher_icon_title">啟動器圖示</string>
|
||||
<string name="text_launcher_shortcuts">啟動器快捷方式</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">部分裝置切換啟動器圖示可能導致已建立的 AutoJs6 快捷方式全部丟失, 需謹慎操作</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">佈局分析中...</string>
|
||||
<string name="text_licenses">開源許可資訊</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">正在嘗試備選方案...</string>
|
||||
@@ -1000,6 +1006,7 @@
|
||||
<string name="text_timed_task">定時任務</string>
|
||||
<string name="text_timed_task_timing">定時</string>
|
||||
<string name="text_tools">工具</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">透明背景啟動器圖示可能被系統自動新增遮罩或背景, 因此不同裝置的實際效果與預期可能不完全一致</string>
|
||||
<string name="text_tutorial">教程</string>
|
||||
<string name="text_type">型別</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">選擇的 ABI 架構 \"%s\" 無法用於建立打包應用, 因當前 AutoJs6 版本未包含上述 ABI 架構.</string>
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
<string name="dialog_button_use_palette">使用调色盘</string>
|
||||
<string name="dialog_button_version_histories">版本历史</string>
|
||||
<string name="dialog_button_view_file">查看文件</string>
|
||||
<string name="dialog_button_view_shortcuts">查看快捷方式</string>
|
||||
<string name="dialog_title_color_details">颜色详情</string>
|
||||
<string name="dialog_title_color_palette">调色盘</string>
|
||||
<string name="dialog_title_theme_color_details">主题色详情</string>
|
||||
@@ -690,7 +691,9 @@
|
||||
<string name="text_latest_package">最近包名</string>
|
||||
<string name="text_launch_config">运行配置</string>
|
||||
<string name="text_launch_debugger">启动调试</string>
|
||||
<string name="text_launcher_icon_title">启动器图标</string>
|
||||
<string name="text_launcher_shortcuts">启动器快捷方式</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">部分设备切换启动器图标可能导致已创建的 AutoJs6 快捷方式全部丢失, 需谨慎操作</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">布局分析中...</string>
|
||||
<string name="text_licenses">开源许可信息</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">正在尝试备选方案...</string>
|
||||
@@ -913,7 +916,6 @@
|
||||
<string name="text_result">结果</string>
|
||||
<string name="text_revoke_autojs6_access_in_shizuku_app">在 Shizuku 应用中撤销 AutoJs6 权限</string>
|
||||
<string name="text_root_mode_title">强制 Root 权限检查</string>
|
||||
<string name="text_launcher_icon_title">启动器图标</string>
|
||||
<string name="text_run">运行</string>
|
||||
<string name="text_run_on_battery_change">电量变化时</string>
|
||||
<string name="text_run_on_boot">开机时</string>
|
||||
@@ -1004,6 +1006,7 @@
|
||||
<string name="text_timed_task">定时任务</string>
|
||||
<string name="text_timed_task_timing">定时</string>
|
||||
<string name="text_tools">工具</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">透明背景启动器图标可能被系统自动添加遮罩或背景, 因此不同设备的实际效果与预期可能不完全一致</string>
|
||||
<string name="text_tutorial">教程</string>
|
||||
<string name="text_type">类型</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">选择的 ABI 架构 \"%s\" 无法用于创建打包应用, 因当前 AutoJs6 版本未包含上述 ABI 架构.</string>
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
<string name="key_dialog_manage_all_files_permission" translatable="false">key_$_dialog_manage_all_files_permission</string>
|
||||
<string name="key_dialog_num_of_log_entries_exceeds_limit_for_sending" translatable="false">key_$_num_of_log_entries_exceeds_limit_for_sending</string>
|
||||
<string name="key_dialog_selected_abi_is_unavailable" translatable="false">key_$_dialog_selected_abi_is_unavailable</string>
|
||||
<string name="key_dialog_transparent_background_launcher_icon" translatable="false">key_$_dialog_transparent_background_launcher_icon</string>
|
||||
<string name="key_display_over_other_apps" translatable="false">key_$_display_over_other_apps</string>
|
||||
<string name="key_documentation_source" translatable="false">key_$_documentation_source</string>
|
||||
<string name="key_documentation_source_local" translatable="false">key_$_documentation_source_local</string>
|
||||
@@ -346,6 +347,7 @@
|
||||
<string name="dialog_button_use_palette">Use palette</string>
|
||||
<string name="dialog_button_version_histories">Histories</string>
|
||||
<string name="dialog_button_view_file">View File</string>
|
||||
<string name="dialog_button_view_shortcuts">View shortcuts</string>
|
||||
<string name="dialog_title_color_details">Color details</string>
|
||||
<string name="dialog_title_color_palette">Color palette</string>
|
||||
<string name="dialog_title_theme_color_details">Theme color details</string>
|
||||
@@ -923,7 +925,9 @@
|
||||
<string name="text_latest_package">Latest package</string>
|
||||
<string name="text_launch_config">Launch config</string>
|
||||
<string name="text_launch_debugger">Launch debugger</string>
|
||||
<string name="text_launcher_icon_title">Launcher icon</string>
|
||||
<string name="text_launcher_shortcuts">Launcher shortcuts</string>
|
||||
<string name="text_launcher_shortcuts_may_be_lost_after_launcher_icon_changed">Switching launcher icons on some devices may cause all existing AutoJs6 shortcuts to be lost, please proceed with caution</string>
|
||||
<string name="text_layout_inspector_is_dumping" tools:ignore="TypographyEllipsis">Inspecting layout...</string>
|
||||
<string name="text_licenses">Open Sources Licenses</string>
|
||||
<string name="text_loading_a_fallback_solution_with_dots" tools:ignore="TypographyEllipsis">Trying a fallback solution...</string>
|
||||
@@ -1146,7 +1150,6 @@
|
||||
<string name="text_result">Result</string>
|
||||
<string name="text_revoke_autojs6_access_in_shizuku_app">Revoke AutoJs6 access in Shizuku app</string>
|
||||
<string name="text_root_mode_title">Force set root check</string>
|
||||
<string name="text_launcher_icon_title">Launcher icon</string>
|
||||
<string name="text_run">Run</string>
|
||||
<string name="text_run_on_battery_change">On battery changed</string>
|
||||
<string name="text_run_on_boot">On booted</string>
|
||||
@@ -1237,6 +1240,7 @@
|
||||
<string name="text_timed_task">Timed task</string>
|
||||
<string name="text_timed_task_timing">Timing</string>
|
||||
<string name="text_tools">Tools</string>
|
||||
<string name="text_transparent_background_launcher_icon_may_not_take_effect">The transparent background launcher icon may be automatically masked or given a background by the system, so the actual effect may vary across different devices</string>
|
||||
<string name="text_tutorial">Tutorial</string>
|
||||
<string name="text_type">Type</string>
|
||||
<string name="text_unable_to_build_apk_as_autojs6_does_not_include_selected_abi">The selected ABI \"%s\" cannot be used to create a packaged application, because the current version of AutoJs6 does not include the above ABI.</string>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Fri Jul 18 17:26:09 CST 2025
|
||||
BUILD_TIME=1752830769071
|
||||
#Mon Jul 21 18:22:17 CST 2025
|
||||
BUILD_TIME=1753093337104
|
||||
COMPILE_SDK_VERSION=35
|
||||
IMAGE_QUANT_CMAKE_VERSION=3.22.1
|
||||
IMAGE_QUANT_NDK_VERSION=26.1.10909125
|
||||
@@ -19,6 +19,6 @@ RAPID_OCR_OPENCV_MOBILE_LABEL_VERSION=13
|
||||
RAPID_OCR_OPENCV_MOBILE_VERSION=4.5.3
|
||||
TARGET_SDK_VERSION=35
|
||||
TARGET_SDK_VERSION_INRT=29
|
||||
VERSION_BUILD=3331
|
||||
VERSION_BUILD=3336
|
||||
VERSION_NAME=6.7.0 Alpha3
|
||||
VSCODE_EXT_REQUIRED_VERSION=1.0.8
|
||||
|
||||
Reference in New Issue
Block a user