feat(frontend): 添加 SSH 终端运行中标记

为 SSH 顶部服务器标签和内部终端标签补充 `%` 运行中提示,
并基于发送命令、shell prompt、断连与错误链路派生运行态。
This commit is contained in:
yinjianm
2026-04-19 21:33:24 +08:00
parent 940c8babc2
commit 6253b90151
15 changed files with 530 additions and 230 deletions
@@ -148,6 +148,8 @@ export const openNewSession = (
editorTabs: ref([]),
activeEditorTabId: ref(null),
commandInputContent: ref(''),
isCommandRunning: ref(false),
terminalInputBuffer: ref(''),
isMarkedForSuspend: false,
createdAt: Date.now(),
disposables: [],