feat(product-suite): add category targets and prompt compatibility

This commit is contained in:
chengma
2026-07-17 15:35:28 +08:00
parent 7426c181a7
commit f6a1ad9ffc
9 changed files with 120 additions and 26 deletions
+3 -1
View File
@@ -3,7 +3,7 @@ id: T-654
title: 扩展套图分类并统一生成目标提示词
phase: 7
deps: [T-637]
status: TODO
status: DONE
created: 2026-07-17
---
@@ -114,3 +114,5 @@ created: 2026-07-17
## 执行记录
- 2026-07-17:根据商品套图新增分类、生成目标提示词和自定义分类名缺失问题创建任务,待实现。
- 2026-07-17:完成固定分类扩展、默认分类数量兼容、生成目标提示词、旧模板兼容和自定义分类名称注入;同步更新架构、路由与 API 文档。
- 2026-07-17:验证通过 `python -m ruff check app tests main.py`、`python -m compileall app main.py`、`python -m unittest discover -s tests`,共 579 个测试通过。