diff --git a/app/pages/index.vue b/app/pages/index.vue index fcb8d95..9d0cb26 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -23,8 +23,21 @@ {{ connectionStatus === 'connected' ? '断开连接' : '连接' }} -
-

视频播放器地址: {{ playerAddress }}

+
+
+ + +
+
+ 格式: IP地址:端口 (例如: 192.168.1.197:6666) +
diff --git a/src-tauri/icons/icon.ico b/src-tauri/icons/icon.ico new file mode 100644 index 0000000..5a23002 Binary files /dev/null and b/src-tauri/icons/icon.ico differ