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 }) {
{/* 剧本扩展开关 */} -