fix: 移除重要提示

This commit is contained in:
root 2025-07-10 12:43:56 +08:00
parent 9caf551f28
commit a55c906985
1 changed files with 0 additions and 9 deletions

View File

@ -207,15 +207,6 @@ const AIVideoGenerator: React.FC<AIVideoGeneratorProps> = ({ className = '' }) =
placeholder="或手动输入完整的图片文件路径 (例如: C:\Users\用户名\Pictures\image.jpg)"
className="input w-full text-sm"
/>
<div className="text-xs text-amber-600 bg-amber-50 p-3 rounded border border-amber-200">
<div className="font-medium mb-1"> :</div>
<div className="space-y-1">
<div> "选择文件"</div>
<div> </div>
<div> "image.jpg"</div>
<div> : "C:\Users\用户名\Pictures\image.jpg"</div>
</div>
</div>
</div>
</div>