6.7.0 - Alpha17 - 设置页面增加 "屏幕捕获权限申请延迟" 设置选项; 设置页面设置选项更多菜单增加 "了解更多" 菜单项

This commit is contained in:
SuperMonster003
2026-01-20 18:40:23 +08:00
parent 068f8473e7
commit 082f5c0129
25 changed files with 451 additions and 77 deletions

View File

@@ -1192,5 +1192,10 @@
<string name="error_plugin_returned_invalid_variant">%1$s 플러그인이 잘못된 variant를 반환했습니다: %2$s.</string>
<string name="error_no_embedded_paddle_ocr_assets_found">내장된 Paddle OCR assets를 찾을 수 없습니다. Paddle OCR을 활성화하여 다시 패키징해 주세요.</string>
<string name="dialog_button_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">화면 캡처 권한 요청 지연</string>
<string name="description_screen_capture_request_delay">화면 캡처 권한을 요청할 때 표시되는 권한 요청 창은 사라질 때 페이드 등의 전환 애니메이션이 있을 수 있습니다. 이때 `images.captureScreen` 메서드를 즉시 호출하면, 얻은 스크린샷에 권한 요청 창의 내용이 포함되어 화면이 가려질 수 있습니다.\n\n이 설정 값은 권한을 획득한 직후 첫 스크린샷을 캡처하기 전에 지연 시간(밀리초)을 추가하여, 위와 같은 가림 문제를 방지하는 데 사용할 수 있습니다.\n\n이 설정은 권한 획득 후 첫 번째 캡처에만 적용되며, 이후 캡처에는 더 이상 영향을 주지 않습니다.</string>
<string name="text_delay_time">지연 시간</string>
</resources>