6.6.2 - Alpha2 - 去除并整合 redirect 内置模块

This commit is contained in:
SuperMonster003
2025-01-15 01:26:29 +08:00
parent 1023e1733d
commit 13ade9d022
23 changed files with 1388 additions and 646 deletions

View File

@@ -37,7 +37,6 @@
<string name="description_app_language_preference">Preference for changing the display language of AutoJs6, including exception messages from running scripts.\n\nNote: an app restart may be needed to make language applied as expected.</string>
<string name="description_change_working_dir_preference">Change the path of the directory containing scripts</string>
<string name="description_check_for_updates_preference">AutoJs6 gets and downloads updates from GitHub.\n\nNote: The update does not provide multilingual support yet.</string>
<string name="description_compatibility_with_classes_for_ver_4_x">Provides a degree of Java class name compatibility for 4.x versions through class name remapping.\nWith this option turned on, there will be a varying degree of startup delay (tens to hundreds of milliseconds) each time the script is started.\nIt is recommended to keep the option off at all times if not specifically required.</string>
<string name="description_documentation_source_preference">Local docs: Using AutoJs6 build-in files as documentation sources, no network connection required. The content changes as AutoJs6 is updated.\nOnline docs: Using GitHub pages as documentation sources, requiring network connection. The content is always up to date.\n\nNote: To maximize the reading experience of online documents, it is recommended to use a widescreen display device such as a desktop monitor.\nNote: As of version 6.2.0, the documentation is still in the preliminary stages of development, and most of the content has not yet been written or updated.</string>
<string name="description_documentation_source_preference_more">The following conditions must be met for dark theme support on document pages:\n1. AutoJs6 has night mode enabled\n2. Android System WebView (or browsers like Google Chrome):\n- Android API Level 29 (Android 10) [Q] and above: version >= 76\n- Android API Level 28 (Android 9) [P] and below: version >= 105</string>
<string name="description_extending_js_build_in_objects">Extending JavaScript built-in objects can increase code flexibility and enable richer functionality, but can cause conflicts and even breakage.\nAll scripts have built-in extensions enabled by default when the option is turned on.\nBuilt-in extensions are often insecure, and are not recommended unless the principles and risks of built-in extensions are clearly understood.\nWhen the option is turned off, built-in extensions can still be enabled through the plugins global object, as described in the project documentation.</string>
@@ -247,7 +246,6 @@
<string name="screen_capturer_foreground_notification_text">This notification is being displayed for capturing screen</string>
<string name="screen_capturer_foreground_notification_title">Screen capturer foreground service</string>
<string name="summary_about_app_tips">Better user experience</string>
<string name="summary_compatibility_with_classes_for_ver_4_x">Provide a degree of Java class name compatibility for 4.x versions</string>
<string name="summary_enable_a11y_service_with_root_access">Enable accessibility service with root access automatically when needed</string>
<string name="summary_enable_a11y_service_with_secure_settings">Enable accessibility service with secure settings automatically when needed</string>
<string name="summary_extending_js_build_in_objects">Increase code flexibility and enable richer functionality by extending JavaScript built-in objects</string>
@@ -373,7 +371,6 @@
<string name="text_command_already_copied_to_clip">Command copied to clipboard</string>
<string name="text_comment">Comment</string>
<string name="text_compatibility">Compatibility</string>
<string name="text_compatibility_with_classes_for_ver_4_x">Compatibility with Java classes for version 4.x</string>
<string name="text_config">Config</string>
<string name="text_confirm_to_delete">Are you sure to delete?</string>
<string name="text_confirm_to_remove">Are you sure to remove?</string>