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

@@ -1188,5 +1188,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 資源, 請在打包時勾選並注入 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>