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 */}