- 修复操作磁盘空间失败的问题
- 移除不可用的菜单 - 修复接入页面粘贴板等按钮不可点击的问题 - 修复接入RDP协议时无法自适应窗口大小的问题
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user