🔨 修改终端逻辑.

This commit is contained in:
lijiahangmax
2025-06-26 01:06:36 +08:00
parent 9d4c2aaeb4
commit 2b43270896
17 changed files with 23 additions and 171 deletions

View File

@@ -61,7 +61,6 @@ export interface TerminalRdpGraphSetting {
// SSH 操作栏设置
export interface TerminalSshActionBarSetting {
connectStatus?: boolean;
share?: boolean;
[key: string]: unknown;
}