feat(ai): generate covers without new titles
This commit is contained in:
@@ -593,6 +593,8 @@ class GenerateWorker(BaseWorker):
|
||||
if result == "start" and step == "title_submit":
|
||||
return f"[标题] {self._task_progress_label(task)} 开始生成"
|
||||
if result == "skipped":
|
||||
if detail and "旧标题作为封面参考" in detail:
|
||||
return f"[图片] {self._task_progress_label(task)} {detail}"
|
||||
return f"[标题] {self._task_progress_label(task)} 已有标题,跳过生文"
|
||||
if result == "success" and step == "title_done":
|
||||
return f"[标题] {self._task_progress_label(task)} 成功"
|
||||
|
||||
Reference in New Issue
Block a user