forked from 77media/video-flow
⚠️
This commit is contained in:
parent
2d363b384d
commit
402d183f8c
@ -677,9 +677,7 @@ export const MediaViewer = React.memo(function MediaViewer({
|
|||||||
)}
|
)}
|
||||||
{currentSketch.status === 2 && (
|
{currentSketch.status === 2 && (
|
||||||
<div className="absolute inset-0 bg-red-500/5 flex items-center justify-center">
|
<div className="absolute inset-0 bg-red-500/5 flex items-center justify-center">
|
||||||
<div className="text-[#813b9dcc] text-2xl font-bold flex items-center gap-2">
|
<div className="text-2xl mb-4">⚠️</div>
|
||||||
<CircleAlert className="w-10 h-10" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{/* 只在生成过程中或没有分镜图片时使用ProgressiveReveal */}
|
{/* 只在生成过程中或没有分镜图片时使用ProgressiveReveal */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user