fix(remote): 上传下载现在使用文件面板当前选择的路径

This commit is contained in:
2026-03-09 19:48:15 +08:00
parent 4c18edf74f
commit 4273b3d43b
7 changed files with 35 additions and 145 deletions

View File

@@ -4,6 +4,7 @@ export interface RemoteDevice {
serverHost: string
desktopPort: number
gitPort: number
openCodePort: number
password?: string
}