feat: HID串口优先ttyUSB并在视频设备名称后显示路径

This commit is contained in:
mofeng-git
2026-02-11 20:45:13 +08:00
parent 74411d354c
commit 6ed1cf5bef
3 changed files with 30 additions and 5 deletions

View File

@@ -753,7 +753,7 @@ watch(currentConfig, () => {
:value="device.path"
class="text-xs"
>
{{ device.name }}
{{ device.name }} ({{ device.path }})
</SelectItem>
</SelectContent>
</Select>