Restore image generation estimate to 20 credits

This commit is contained in:
2026-06-08 16:07:04 +08:00
parent 4f7f67a278
commit 560a7baddc
+2 -2
View File
@@ -473,8 +473,8 @@ function WorkbenchPage({
const billingEstimate = useMemo(() => {
if (activeMode === "image") {
return {
label: "预计 2,000 积分",
title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 2,000 积分`,
label: "预计 20 积分",
title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 20 积分`,
};
}
if (activeMode === "video") {