修改AI生成积分明细说明文字

This commit is contained in:
2026-06-05 16:37:13 +08:00
parent ad8e71d2e1
commit c4ad77bed6
@@ -240,7 +240,7 @@ async def create_async_generation_task(db: AsyncSession, current_user: User, req
image_size=size, image_size=size,
engine_id=engine.id, engine_id=engine.id,
project_name="AI生成任务", project_name="AI生成任务",
description_prefix="Chat任务", description_prefix="AI创作-",
owner_type=OWNER_CHAT_GENERATION_TASK, owner_type=OWNER_CHAT_GENERATION_TASK,
attempt_no=1, attempt_no=1,
) )
@@ -288,7 +288,7 @@ async def create_async_generation_task(db: AsyncSession, current_user: User, req
resolution=resolution, resolution=resolution,
engine_id=engine.id, engine_id=engine.id,
project_name="AI生成任务", project_name="AI生成任务",
description_prefix="Chat任务", description_prefix="AI创作-",
owner_type=OWNER_CHAT_GENERATION_TASK, owner_type=OWNER_CHAT_GENERATION_TASK,
attempt_no=1, attempt_no=1,
) )