From 5b70c642a7970908d255c7fe31f7dde30c7811d6 Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Mon, 13 Oct 2025 21:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=8A=A9=E6=89=8B=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 40 +++++++++++++----------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index bca1298..92db212 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -18,6 +18,7 @@ import { Sparkles, Settings, MoreHorizontal, + WandSparkles, } from "lucide-react"; import { Dropdown, @@ -27,7 +28,6 @@ import { Popconfirm, Image, Popover, - Switch, } from "antd"; import { UploadOutlined } from "@ant-design/icons"; import { StoryTemplateEntity } from "@/app/service/domain/Entities"; @@ -538,23 +538,27 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
{/* 剧本扩展开关 */} -