style: 生成成功的icon
This commit is contained in:
parent
884d7410c8
commit
a869ea0827
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue