Merge branch 'main' of https://gitee.com/wg123/video-gen
This commit is contained in:
@@ -1287,6 +1287,7 @@ const AIChatPage: React.FC = () => {
|
||||
borderRadius: 16, color: '#64748b' }}>{msg.genType === 'image' ? `${msg.imageProportion || ''} · ${msg.imagePx || ''} · ${msg.imageSize || ''}` : `${msg.duration || ''}s · ${msg.aspectRatio || ''} · ${msg.resolution || ''}`}</span>
|
||||
<span style={{
|
||||
// background: 'rgba(239, 68, 68, 0.08)',
|
||||
fontSize: 14,
|
||||
borderRadius: 16, color: '#ef4444', fontWeight: 500 }}>消耗积分:{msg.creditsCost}</span>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user