This commit is contained in:
iHeyTang 2025-09-25 20:46:30 +08:00
commit bc33c158bb
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -57,7 +57,7 @@ const GeneratingComponent: React.FC<GeneratingComponentProps> = ({ task }) => {
<View
className="progress-fill"
style={{
background: `conic-gradient(#ff9500 ${progress * 3.6}deg, transparent 0deg)`,
background: `conic-gradient(#FFCF5F ${progress * 3.6}deg, transparent 0deg)`,
}}
/>
<View className="progress-inner">
@ -81,6 +81,7 @@ const GeneratingComponent: React.FC<GeneratingComponentProps> = ({ task }) => {
{/* 状态文本 */}
<View className="status-section">
<View className="status-title">
<Image className="status-icon-image" src="/assets/icons/funnel.png" />
<Text className="status-title-text">...</Text>
</View>
<View className="status-subtitle"></View>