style(ui): 视频生成按钮文案去掉'预计'

音频时长可精确计算积分消耗,不再显示'预计'。
This commit is contained in:
小鱼开发
2026-05-16 14:33:20 +08:00
parent 38f314481a
commit 0cda08aae6
@@ -64,7 +64,7 @@ const GenerationControls: React.FC<GenerationControlsProps> = ({
) : (
<>
{refreshIcon}
{estimatedVideoPoints}
{estimatedVideoPoints}
</>
)}
</button>
@@ -101,7 +101,7 @@ const GenerationControls: React.FC<GenerationControlsProps> = ({
) : (
<>
{generateIcon}
{estimatedVideoPoints}
{estimatedVideoPoints}
</>
)}
</button>