Scale generation billing estimates to 1-to-100 credits

This commit is contained in:
2026-06-08 16:03:52 +08:00
parent 3963d9ae2f
commit 4f7f67a278
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -473,8 +473,8 @@ function WorkbenchPage({
const billingEstimate = useMemo(() => {
if (activeMode === "image") {
return {
label: "预计 20 积分",
title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 20 积分`,
label: "预计 2,000 积分",
title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 2,000 积分`,
};
}
if (activeMode === "video") {