mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-16 16:07:07 +08:00
feat: HID串口优先ttyUSB并在视频设备名称后显示路径
This commit is contained in:
@@ -1654,7 +1654,7 @@ watch(updateChannel, async () => {
|
||||
<Label for="video-device">{{ t('settings.videoDevice') }}</Label>
|
||||
<select id="video-device" v-model="config.video_device" class="w-full h-9 px-3 rounded-md border border-input bg-background text-sm">
|
||||
<option value="">{{ t('settings.selectDevice') }}</option>
|
||||
<option v-for="dev in devices.video" :key="dev.path" :value="dev.path">{{ dev.name }}</option>
|
||||
<option v-for="dev in devices.video" :key="dev.path" :value="dev.path">{{ dev.name }} ({{ dev.path }})</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user