增加IP更改

This commit is contained in:
2025-08-18 12:54:26 +08:00
parent 30d3f0da12
commit 8dc8938dc7
2 changed files with 15 additions and 2 deletions

View File

@@ -23,8 +23,21 @@
{{ connectionStatus === 'connected' ? '断开连接' : '连接' }}
</UButton>
</div>
<div class="mt-4 text-sm text-gray-600 dark:text-gray-400">
<p>视频播放器地址: {{ playerAddress }}</p>
<div class="mt-4 space-y-3">
<div class="flex items-center space-x-3">
<label class="text-sm font-medium text-gray-700 dark:text-gray-300 min-w-[100px]">
播放器地址:
</label>
<UInput
v-model="playerAddress"
placeholder="192.168.1.197:6666"
class="flex-1"
:disabled="connectionStatus === 'connected'"
/>
</div>
<div class="text-xs text-gray-500 dark:text-gray-400">
格式: IP地址:端口 (例如: 192.168.1.197:6666)
</div>
</div>
</UCard>

BIN
src-tauri/icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB