diff --git a/src/panels/ICHelperPanel.ts b/src/panels/ICHelperPanel.ts index 107f301..11c57a7 100644 --- a/src/panels/ICHelperPanel.ts +++ b/src/panels/ICHelperPanel.ts @@ -141,6 +141,9 @@ export async function showICHelperPanel( // 切换到当前面板的任务上下文 historyManager.switchToPanelTask(panelId); + // 显示进度条 + panel.webview.postMessage({ type: 'showProgress' }); + handleUserMessage( panel, message.text, diff --git a/src/views/progressBar.ts b/src/views/progressBar.ts index de4aad9..2646761 100644 --- a/src/views/progressBar.ts +++ b/src/views/progressBar.ts @@ -12,7 +12,13 @@ */ export function getProgressBarContent(): string { return ` -
+