style: css
This commit is contained in:
@@ -69,15 +69,18 @@ const GeneratingComponent: React.FC<GeneratingComponentProps> = ({ task }) => {
|
||||
<View className="placeholder-icon">🎨</View>
|
||||
</View>
|
||||
)}
|
||||
{/* 图片遮罩层 */}
|
||||
<View className="progress-overlay" />
|
||||
{/* 光扫描动画 */}
|
||||
<View className="scan-light" />
|
||||
<View className="scan-progress" >{Math.round(progress)}%</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
{/* 状态文本 */}
|
||||
<View className="status-section">
|
||||
<View className="status-title">生成中... {Math.round(progress)}%</View>
|
||||
<View className="status-title">生成中...</View>
|
||||
<View className="status-subtitle">内容生成中,请耐心等待</View>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user