- 修复操作磁盘空间失败的问题

- 移除不可用的菜单
- 修复接入页面粘贴板等按钮不可点击的问题
- 修复接入RDP协议时无法自适应窗口大小的问题
This commit is contained in:
dushixiang
2022-11-06 17:46:10 +08:00
parent 8f51644cae
commit a52ad2e356
7 changed files with 196 additions and 157 deletions

View File

@ -3,14 +3,14 @@ package api
import (
"context"
"errors"
"next-terminal/server/common"
"next-terminal/server/common/maps"
"next-terminal/server/common/nt"
"os"
"path"
"strconv"
"strings"
"next-terminal/server/common"
"next-terminal/server/common/maps"
"next-terminal/server/common/nt"
"next-terminal/server/model"
"next-terminal/server/repository"
"next-terminal/server/service"