Commit Graph

4 Commits

Author SHA1 Message Date
788757b785 feat(remote): 新增文件传输专用端口配置
- 添加 fileTransferPort 字段到 RemoteDevice 类型
- 新增 frp 穿透配置: 3003 -> 8083
- 文件传输功能改用专用端口,避免与远程桌面端口共用
- 配置对话框新增文件传输端口设置
2026-03-10 00:09:01 +08:00
d65b3e7909 feat(remote): 支持浏览系统磁盘目录
- 添加 getDrives() 方法获取磁盘驱动器列表
- 修改 browseDirectory() 支持 allowSystem 参数浏览系统路径
- 添加 /api/files/drives 路由
- 修改前端 RemoteFilePanel 支持显示驱动器和系统目录浏览
2026-03-09 19:21:09 +08:00
49bf8a97d2 feat(remote): 添加 CORS 中间件支持文件跨域访问 2026-03-09 17:27:47 +08:00
1f104f73c8 Initial commit 2026-03-08 01:34:54 +08:00