From 28d93c7e75f9c6a79f03e1a3ce74b98c7b25238f Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Thu, 15 Jan 2026 15:54:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96IC=20Coder=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B1=95=E7=A4=BA=20-=20=E4=BC=98=E5=8C=96=E4=BA=86?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=20-=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BA=86=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inputArea.ts | 2 +- src/views/webviewContent.ts | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/inputArea.ts b/src/views/inputArea.ts index fb5b829..4b6ab46 100644 --- a/src/views/inputArea.ts +++ b/src/views/inputArea.ts @@ -103,7 +103,7 @@ export function getInputAreaStyles(): string { /* 居中模式:未发起对话时 */ .input-area.centered { position: absolute; - top: 55%; + top: 60%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); diff --git a/src/views/webviewContent.ts b/src/views/webviewContent.ts index 260d72e..58eee04 100644 --- a/src/views/webviewContent.ts +++ b/src/views/webviewContent.ts @@ -73,7 +73,10 @@ export function getWebviewContent( display: none; } .header h1 { - color: var(--vscode-button-background); + background: linear-gradient(to right, #4A9EFF, #7CB8FF, #A8D0FF); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; margin: 0 0 8px 0; } .chat-container { @@ -396,11 +399,11 @@ export function getWebviewContent( ${getConversationHistoryBarContent()} ${getProgressBarContent()}
-
- IC Coder -

IC Coder

+
+ IC Coder +

IC Coder

-

专注于真实FPGA研发的Verilog智能体编程平台

+

专注于真实FPGA研发的Verilog智能体编程平台