From c2936395d971c36386201672c8d7b469b627d8f0 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Wed, 31 Dec 2025 18:16:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BB=93=E6=9E=84=EF=BC=8C=E7=AE=80=E5=8C=96=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E8=AF=AD=E5=8F=A5=E5=B9=B6=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=93=8D=E4=BD=9C=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/webviewContent.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/webviewContent.ts b/src/views/webviewContent.ts index 691492a..3b63b1a 100644 --- a/src/views/webviewContent.ts +++ b/src/views/webviewContent.ts @@ -17,10 +17,7 @@ import { getMessageAreaStyles, getMessageAreaScript, } from "./messageArea"; -import { - getAgentCardStyles, - getAgentCardScript, -} from "./agentCard"; +import { getAgentCardStyles, getAgentCardScript } from "./agentCard"; /** * 获取 WebView 面板的 HTML 内容 */ @@ -394,12 +391,12 @@ export function getWebviewContent(iconUri?: string): string { 思考中... -
+ ${getInputAreaContent()}