From c912e0da928a77428a666e26923ff2bb94910477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Sun, 31 Aug 2025 04:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E8=B0=83=E6=95=B4+-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 2 +- components/ChatInputBox/ChatInputBox.tsx | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 232e151..1dd6e9c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -39,7 +39,7 @@ export default function RootLayout({ return ( - MovieFlow - AI Film Studio + MovieFlow - AI Movie Studio diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 12cff40..8e4b474 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -17,6 +17,7 @@ import { ImagePlay, Sparkles, Settings, + MoreHorizontal, } from "lucide-react"; import { Dropdown, @@ -968,7 +969,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) { {!isExpanded && (
{/* 第一行:输入框 */} -
+
{/* 文本输入框 - 改为textarea */}