|
|
@@ -351,8 +351,8 @@ class AIReviewWorkflow:
|
|
|
all_issues = []
|
|
|
completed_chunks = 0
|
|
|
chapter_chunks_map, chapter_names = self.core_fun._group_chunks_by_chapter(filtered_chunks)
|
|
|
- with open("temp/filtered_chunks/chapter_chunks_map.json", "w", encoding="utf-8") as f:
|
|
|
- json.dump(chapter_chunks_map, f, ensure_ascii=False, indent=4)
|
|
|
+ # with open("temp/filtered_chunks/chapter_chunks_map.json", "w", encoding="utf-8") as f:
|
|
|
+ # json.dump(chapter_chunks_map, f, ensure_ascii=False, indent=4)
|
|
|
logger.info(f"内容分组完成,共 {len(chapter_chunks_map)} 个章节")
|
|
|
await self.core_fun._send_start_review_progress(state,total_chunks, chapter_names)
|
|
|
# 6️ 按章节处理
|