From a55c906985e80f8b7ad227b86c7518c258eb0492 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Jul 2025 12:43:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E8=A6=81?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AIVideoGenerator.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/AIVideoGenerator.tsx b/src/components/AIVideoGenerator.tsx index 9a95524..067ce63 100644 --- a/src/components/AIVideoGenerator.tsx +++ b/src/components/AIVideoGenerator.tsx @@ -207,15 +207,6 @@ const AIVideoGenerator: React.FC = ({ className = '' }) = placeholder="或手动输入完整的图片文件路径 (例如: C:\Users\用户名\Pictures\image.jpg)" className="input w-full text-sm" /> -
-
⚠️ 重要提示:
-
-
• 请点击"选择文件"按钮来选择图片文件
-
• 或者手动输入完整的文件路径(包含盘符和文件夹)
-
• 不要只输入文件名,例如 "image.jpg"
-
• 正确示例: "C:\Users\用户名\Pictures\image.jpg"
-
-