暂无数据1

This commit is contained in:
xuelijun
2026-01-23 10:27:28 +08:00
parent 2d055700d8
commit ba9113afc2
2 changed files with 1 additions and 1 deletions

BIN
bocai.db

Binary file not shown.

View File

@@ -92,7 +92,7 @@ public class CompletedTodayCrawler implements PageProcessor {
SQLiteUtil.saveCompletedToday(completedTodayList); SQLiteUtil.saveCompletedToday(completedTodayList);
} }
// 保存原始HTML用于调试 // 保存原始HTML用于调试
saveHtmlForDebug(content, url); //saveHtmlForDebug(content, url);
} }
/** /**