fix: 移除重要提示
This commit is contained in:
parent
9caf551f28
commit
a55c906985
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue