feat: 完成挂起状态下会话标签状态颜色切换

This commit is contained in:
Baobhan Sith
2025-05-10 09:00:04 +08:00
parent 037af032f5
commit 497e42cb37
5 changed files with 7 additions and 0 deletions
@@ -81,6 +81,7 @@ export const openNewSession = (
editorTabs: ref([]),
activeEditorTabId: ref(null),
commandInputContent: ref(''),
isMarkedForSuspend: false, // +++ 初始化 isMarkedForSuspend状态 +++
disposables: [], // 初始化 disposables 数组
};