Fix(WebView): Support check WebView version

This commit is contained in:
2024-11-08 15:39:29 +08:00
parent 3f6fcc0106
commit de28107287
13 changed files with 113 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
<string name="core_unstar">取消收藏</string>
<string name="core_cancel">取消</string>
<string name="core_undo">撤消</string>
<string name="core_dismiss">忽略</string>
<string name="core_nothing">空空如也</string>
<string name="core_nothing_found">未找到相关内容</string>
<string name="core_file_select_one">选择一个文件</string>
@@ -33,6 +34,9 @@
<string name="core_file_select_one_text">选择一个文本文件</string>
<string name="core_file_select_multi_text">选择文本文件</string>
<string name="core_can_only_download_http_https">只能下载 HTTP/HTTPS URI%1$s</string>
<string name="core_web_view_warning">⚠️ WebView 警告 ⚠️</string>
<string name="core_cannot_load_web_view_version">无法获取 WebView 版本信息WebView 版本过低可能会导致工具使用异常,请知悉。</string>
<string name="core_web_view_version_too_low">当前 WebView 版本过低,可能会导致工具使用异常,请知悉。</string>
<string name="feature_store_title">商店</string>
<string name="feature_store_retry">重试</string>

View File

@@ -25,6 +25,7 @@
<string name="core_unstar">Unstar</string>
<string name="core_cancel">Cancel</string>
<string name="core_undo">Undo</string>
<string name="core_dismiss">Dismiss</string>
<string name="core_nothing">Nothing</string>
<string name="core_nothing_found">Nothing found</string>
<string name="core_file_select_one">Select a file</string>
@@ -32,6 +33,9 @@
<string name="core_file_select_one_text">Select a text file</string>
<string name="core_file_select_multi_text">Select text files</string>
<string name="core_can_only_download_http_https">Can only download HTTP/HTTPS URIs: %1$s</string>
<string name="core_web_view_warning">⚠️ WebView warning ⚠️</string>
<string name="core_cannot_load_web_view_version">The WebView version information cannot be obtained. If the WebView version is too low, it may cause abnormal tool usage. Please be informed.</string>
<string name="core_web_view_version_too_low">The current WebView version is too low, which may cause abnormal use of the tool. Please be informed.</string>
<string name="feature_store_title">Store</string>
<string name="feature_store_retry">try again</string>