mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-17 08:26:54 +08:00
fix: 完善前端 USB OTG 动态配置功能的选项
This commit is contained in:
@@ -584,7 +584,8 @@ export default {
|
||||
otgHidProfile: 'OTG HID 组合',
|
||||
otgHidProfileDesc: '选择对目标主机暴露的 HID 功能',
|
||||
profile: '组合',
|
||||
otgProfileFull: '完整(键盘 + 相对鼠标 + 绝对鼠标 + 多媒体)',
|
||||
otgProfileFull: '完整(键盘 + 相对鼠标 + 绝对鼠标 + 多媒体 + 虚拟媒体)',
|
||||
otgProfileFullNoMsd: '完整(键盘 + 相对鼠标 + 绝对鼠标 + 多媒体,不含虚拟媒体)',
|
||||
otgProfileLegacyKeyboard: '兼容:仅键盘',
|
||||
otgProfileLegacyMouseRelative: '兼容:仅相对鼠标',
|
||||
otgProfileCustom: '自定义',
|
||||
@@ -596,7 +597,7 @@ export default {
|
||||
otgFunctionMouseAbsoluteDesc: '绝对定位(类似触控)',
|
||||
otgFunctionConsumer: '多媒体控制',
|
||||
otgFunctionConsumerDesc: '音量/播放/暂停等按键',
|
||||
otgFunctionMsd: 'U盘(MSD)',
|
||||
otgFunctionMsd: '虚拟媒体(MSD)',
|
||||
otgFunctionMsdDesc: '向目标主机暴露 USB 存储',
|
||||
otgProfileWarning: '修改 HID 功能将导致 USB 设备重新连接',
|
||||
otgFunctionMinWarning: '请至少启用一个 HID 功能后再保存',
|
||||
|
||||
Reference in New Issue
Block a user