feat: 完成挂起状态下会话标签状态颜色切换
This commit is contained in:
@@ -81,6 +81,7 @@ export const openNewSession = (
|
||||
editorTabs: ref([]),
|
||||
activeEditorTabId: ref(null),
|
||||
commandInputContent: ref(''),
|
||||
isMarkedForSuspend: false, // +++ 初始化 isMarkedForSuspend状态 +++
|
||||
disposables: [], // 初始化 disposables 数组
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user