From a4192ac71e75e0db83b091147caaf2d0a2a037d1 Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Wed, 22 Oct 2025 00:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=BA=95=E6=9D=BF=E6=89=A9=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateInput/VideoCreationForm.tsx | 40 ++++++++++++++++--- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/components/pages/create-video/CreateInput/VideoCreationForm.tsx b/components/pages/create-video/CreateInput/VideoCreationForm.tsx index a9fd171..6dc0a32 100644 --- a/components/pages/create-video/CreateInput/VideoCreationForm.tsx +++ b/components/pages/create-video/CreateInput/VideoCreationForm.tsx @@ -17,7 +17,7 @@ import { MobileConfigModal } from './MobileConfigModal'; import { AddItemModal } from './AddItemModal'; import { defaultConfig } from './config-options'; import type { ConfigOptions } from './config-options'; -import { Eye, Check, ArrowRight, X } from 'lucide-react'; +import { CircleArrowRight, X } from 'lucide-react'; import TemplatePreviewModal from '@/components/common/TemplatePreviewModal'; import { PcTemplateModal } from "@/components/ChatInputBox/PcTemplateModal" import { useDeviceType } from '@/hooks/useDeviceType'; @@ -499,9 +499,25 @@ export default function VideoCreationForm() {
-
0 && ( + + )} + {/* Dark overlay for readability on hover */} +
+
{ setIsMentionOpen(false); const url = (tpl as any).show_url as string | undefined; @@ -513,9 +529,9 @@ export default function VideoCreationForm() { } }} > - {tpl.name} + {tpl.name} {/* Floating actions on hover, right-aligned and overlaying the name */} -
+
+ {/* Description at bottom on hover */} +
+
+
{(tpl as any).generateText || tpl.name}
+
+
);