6.3.0 - 新增 ocr / notice / s13n / Color 模块; 新增前台时保持屏幕常亮; 修复构建脚本依赖; 修复并优化控制台浮动窗口

This commit is contained in:
SuperMonster003
2023-04-29 20:07:53 +08:00
parent e2922cf8f5
commit 6ff598d587
511 changed files with 55015 additions and 11139 deletions

View File

@@ -20,6 +20,16 @@
<item>@string/entry_documentation_source_online</item>
</string-array>
<string-array name="keys_documentation_launcher_icon">
<item>@string/key_documentation_launcher_icon_show</item>
<item>@string/key_documentation_launcher_icon_hide</item>
</string-array>
<string-array name="values_documentation_launcher_icon">
<item>@string/entry_documentation_launcher_icon_show</item>
<item>@string/entry_documentation_launcher_icon_hide</item>
</string-array>
<string-array name="keys_app_language">
<item>@string/key_app_language_auto</item>
<item>@string/key_app_language_zh</item>
@@ -60,6 +70,18 @@
<item>@string/entry_night_mode_always_off</item>
</string-array>
<string-array name="keys_keep_screen_on_when_in_foreground">
<item>@string/key_keep_screen_on_when_in_foreground_disabled</item>
<item>@string/key_keep_screen_on_when_in_foreground_all_pages</item>
<item>@string/key_keep_screen_on_when_in_foreground_homepage_only</item>
</string-array>
<string-array name="values_keep_screen_on_when_in_foreground">
<item>@string/entry_keep_screen_on_when_in_foreground_disabled</item>
<item>@string/entry_keep_screen_on_when_in_foreground_all_pages</item>
<item>@string/entry_keep_screen_on_when_in_foreground_homepage_only</item>
</string-array>
<string-array name="keys_root_mode">
<item>@string/key_root_mode_auto_detect</item>
<item>@string/key_root_mode_force_root</item>