feat: 为vnc添加输入框功能

This commit is contained in:
Baobhan Sith
2025-05-14 20:56:53 +08:00
parent e4dd3bafa2
commit 1e7e9d1c04
4 changed files with 85 additions and 8 deletions
+8 -2
View File
@@ -962,7 +962,8 @@
"sortAscending": "升序",
"sortDescending": "降序",
"restore": "还原",
"minimize": "最小化"
"minimize": "最小化",
"send":"发送"
},
"layoutConfigurator": {
"title": "布局管理器",
@@ -1103,7 +1104,12 @@
"reconnectTooltip": "重新连接到远程桌面"
},
"vncModal": {
"title": "VNC 会话"
"title": "VNC 会话",
"textInputPlaceholder": "在此输入文本以发送到 VNC",
"sendButtonTitle": "将文本发送到 VNC (模拟键盘输入)",
"errors": {
"simulateInputError": "模拟键盘输入时出错: {error}"
}
},
"commandInputBar": {
"placeholder": "在此输入命令后按 Enter 发送到终端...",