From 7b7399912beaff8fc20afccde5e3bf48388a251a Mon Sep 17 00:00:00 2001 From: liumangmang Date: Fri, 20 Mar 2026 15:36:47 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=88=87=E6=8D=A2=E6=97=B6=E9=87=8D=E8=BF=9E?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将终端工作区提升为主布局常驻层,离开终端路由时只隐藏不卸载组件。 新增活动终端显隐状态跟踪,页面恢复时自动重新适配尺寸和聚焦。 改动范围: - frontend/src/layouts/MainLayout.vue - frontend/src/views/TerminalWorkspaceView.vue - frontend/src/components/TerminalWidget.vue --- frontend/src/components/TerminalWidget.vue | 76 +++++++++++++------- frontend/src/layouts/MainLayout.vue | 38 ++++++---- frontend/src/views/TerminalWorkspaceView.vue | 9 ++- 3 files changed, 82 insertions(+), 41 deletions(-) diff --git a/frontend/src/components/TerminalWidget.vue b/frontend/src/components/TerminalWidget.vue index 8e14932..635da97 100644 --- a/frontend/src/components/TerminalWidget.vue +++ b/frontend/src/components/TerminalWidget.vue @@ -1,14 +1,15 @@ -