From 18962c5e992428527dbd5405bb4de1fd954d5d63 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Tue, 16 Jan 2024 11:42:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=88=E7=AB=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8A=BD=E8=B1=A1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xterm/terminal-context-menu.vue | 2 +- .../components/xterm/terminal-view.vue | 7 +- .../handler/terminal-session-handler.ts | 147 +++++++++++---- .../host/terminal/handler/terminal-session.ts | 87 +-------- .../handler/terminal-shortcut-dispatch.ts | 167 ------------------ .../host/terminal/types/terminal.type.ts | 31 +--- 6 files changed, 132 insertions(+), 309 deletions(-) delete mode 100644 orion-ops-ui/src/views/host/terminal/handler/terminal-shortcut-dispatch.ts diff --git a/orion-ops-ui/src/views/host/terminal/components/xterm/terminal-context-menu.vue b/orion-ops-ui/src/views/host/terminal/components/xterm/terminal-context-menu.vue index cbc38158..0aced9b1 100644 --- a/orion-ops-ui/src/views/host/terminal/components/xterm/terminal-context-menu.vue +++ b/orion-ops-ui/src/views/host/terminal/components/xterm/terminal-context-menu.vue @@ -1,8 +1,8 @@