6.7.0 - Alpha17 - 设置页面增加 "屏幕捕获权限申请延迟" 设置选项; 设置页面设置选项更多菜单增加 "了解更多" 菜单项
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
<string name="key_scheduled_restart_backend_alarm_manager" translatable="false">key_$_scheduled_restart_backend_alarm_manager</string>
|
||||
<string name="key_scheduled_restart_backend_work_manager" translatable="false">key_$_scheduled_restart_backend_work_manager</string>
|
||||
<string name="key_scheduled_restart_delay" translatable="false">key_$_scheduled_restart_delay</string>
|
||||
<string name="key_screen_capture_request_delay" translatable="false">key_$_screen_capture_request_delay_ms</string>
|
||||
<string name="key_scripts_after_app_restart" translatable="false">key_$_scripts_after_app_restart</string>
|
||||
<string name="key_server_address" translatable="false">key_$_server_address</string>
|
||||
<string name="key_server_socket_normally_closed" translatable="false">key_$_server_socket_normally_closed</string>
|
||||
@@ -1445,5 +1446,10 @@
|
||||
<string name="error_plugin_returned_invalid_variant">%1$s plugin returned invalid variant: %2$s.</string>
|
||||
<string name="error_no_embedded_paddle_ocr_assets_found">No embedded Paddle OCR assets found. Please re-package with Paddle OCR enabled.</string>
|
||||
<string name="dialog_button_minimize">Minimize</string>
|
||||
<string name="text_property_colon_value_unit">%1$s: %2$d%3$s</string>
|
||||
<string name="text_property_colon_value_nbsp_unit">%1$s: %2$d %3$s</string>
|
||||
<string name="text_screen_capture_request_delay">Screen capture permission request delay</string>
|
||||
<string name="description_screen_capture_request_delay">When requesting screen capture permission, the permission request window may include a fade-out animation when it disappears. If `images.captureScreen` is called immediately, the captured screenshot may contain the permission request window content and be obstructed.\n\nThe current option value adds a delay (in milliseconds) before capturing the screen immediately after permission is granted, which can be used to avoid the obstruction issue described above.\n\nThis option only applies to the first screenshot after screen capture permission is granted; subsequent screenshots are not affected by this value.</string>
|
||||
<string name="text_delay_time">Delay time</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user