This commit is contained in:
北枳 2025-09-25 20:05:27 +08:00
parent 2d363b384d
commit 402d183f8c

View File

@ -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 */}