From fec9b257c27fecbc24319831a1469870c4b089ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Thu, 28 Aug 2025 16:42:23 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 51 +++-- components/QueueBox/QueueNotification.tsx | 183 ++++++++++++++++ components/QueueBox/QueueNotification2.tsx | 238 +++++++++++++++++++++ components/QueueBox/queue-notification.tsx | 209 ++++++++++++++++++ components/layout/dashboard-layout.tsx | 1 - components/layout/top-bar.tsx | 28 +-- components/pages/create-to-video2.tsx | 201 ++++++++++++++--- public/assets/cover_image1.jpg | Bin 0 -> 131509 bytes public/assets/cover_image2.jpg | Bin 0 -> 105131 bytes 9 files changed, 843 insertions(+), 68 deletions(-) create mode 100644 components/QueueBox/QueueNotification.tsx create mode 100644 components/QueueBox/QueueNotification2.tsx create mode 100644 components/QueueBox/queue-notification.tsx create mode 100644 public/assets/cover_image1.jpg create mode 100644 public/assets/cover_image2.jpg diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 2e9677c..e7d64d0 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -591,7 +591,7 @@ const RenderTemplateStoryMode = ({ * 视频工具面板组件 * 提供脚本输入和视频克隆两种模式,支持展开/收起功能 */ -export function ChatInputBox() { +export function ChatInputBox({ noData }: { noData: boolean }) { // 控制面板展开/收起状态 const [isExpanded, setIsExpanded] = useState(false); @@ -670,28 +670,36 @@ export function ChatInputBox() { }; return ( -