From 369f3af384dd995f3a77264683cd34e2c8428e20 Mon Sep 17 00:00:00 2001
From: MT-Mint <798521692@qq.com>
Date: Tue, 14 Apr 2026 12:50:48 +0800
Subject: [PATCH] =?UTF-8?q?fix(HistoryButton):=E6=9D=A1=E4=BB=B6=E6=B8=B2?=
=?UTF-8?q?=E6=9F=93=E5=8E=86=E5=8F=B2=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/workspace/input-box.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx
index 0ed82b7b..6b42bba0 100644
--- a/frontend/src/components/workspace/input-box.tsx
+++ b/frontend/src/components/workspace/input-box.tsx
@@ -115,7 +115,7 @@ export function InputBox({
mode: "flash" | "thinking" | "pro" | "ultra" | undefined;
};
extraHeader?: React.ReactNode;
- showWelcomeStyle?: boolean;
+ showWelcomeStyle: boolean;
hasSubmitted?: boolean;
initialValue?: string;
onContextChange?: (
@@ -376,11 +376,11 @@ export function InputBox({
/>
*/}
-
+ />}