设置页新增搜索小键盘布局并支持26键

This commit is contained in:
JSR
2026-03-18 19:55:50 +08:00
parent 51545dd0df
commit 5b57ee1411
6 changed files with 165 additions and 20 deletions
+8
View File
@@ -127,6 +127,14 @@
"darkMode": "Dark",
"primaryColor": "Primary Color",
"backgroundGradient": "Background Gradient",
"searchKeyboard": {
"title": "Search Keyboard",
"hint": "Choose the pop-up keyboard layout under the search box",
"options": {
"qwerty26": "26-key (QWERTY)",
"t9": "9-key (T9)"
}
},
"interfaceZoom": "Interface Zoom",
"zoomHint": "Adjust the overall size of the application interface",
"zoomUpdated": "Interface zoom updated",
+8
View File
@@ -127,6 +127,14 @@
"darkMode": "深色",
"primaryColor": "主色",
"backgroundGradient": "背景渐变",
"searchKeyboard": {
"title": "搜索小键盘",
"hint": "选择搜索框下方弹出的小键盘布局",
"options": {
"qwerty26": "26 键(QWERTY",
"t9": "9 键(T9"
}
},
"interfaceZoom": "界面缩放",
"zoomHint": "调节应用界面的整体大小",
"zoomUpdated": "界面缩放已更新",