6.4.0 - 新增 barcode/qrcode/shizuku 等模块; 适配高版本系统语言设置; 优化打包功能; 支持应用快捷方式; 修复屏幕旋转相关问题

This commit is contained in:
SuperMonster003
2023-10-30 17:16:58 +08:00
parent 8fc9564c63
commit ef7b1b719c
163 changed files with 4619 additions and 1442 deletions

View File

@@ -694,7 +694,17 @@
<string name="description_launcher_shortcuts">快捷方式可以在 AutoJs6 中执行特定操作, 用户可以在启动器中显示这些快捷方式, 并快速开始某些任务或启动某个活动, 如阅读 AutoJs6 应用文档, 启动 AutoJs6 设置页面等.</string>
<string name="summary_text_launcher_shortcuts">添加快捷方式到启动器</string>
<string name="text_pin_shortcut_not_unsupported">将快捷方式固定到启动器不被支持</string>
<string name="text_template_apk_path">模板APK路径</string>
<string name="text_template_apk_path">模板 APK 路径</string>
<string name="text_shizuku_access_description">通过 Shizuku 可以获得 ADB 特权并使用系统 API</string>
<string name="text_shizuku_access">Shizuku 权限</string>
<string name="text_grant_autojs6_access_in_shizuku_app">在 Shizuku 应用中授予 AutoJs6 权限</string>
<string name="text_revoke_autojs6_access_in_shizuku_app">在 Shizuku 应用中撤销 AutoJs6 权限</string>
<string name="text_shizuku_service_may_need_to_be_run_first">可能需要先运行 Shizuku 服务</string>
<string name="error_shizuku_is_not_installed">Shizuku 未安装</string>
<string name="error_shizuku_version_is_not_supported">Shizuku 版本不支持</string>
<string name="error_failed_to_revoke_shizuku_access">Shizuku 权限撤销失败</string>
<string name="error_failed_to_grant_shizuku_access">Shizuku 权限授予失败</string>
<string name="error_unable_to_use_shizuku_service">无法使用 Shizuku 服务</string>
<plurals name="text_items_total_sum">
<item quantity="other">共计: %d 项</item>