增加反链计算按钮

This commit is contained in:
2026-04-09 13:43:58 +08:00
parent f307e30496
commit 351b9d36bb
7 changed files with 127 additions and 13 deletions
+1
View File
@@ -164,6 +164,7 @@ func main() {
// ---- 6. 反向链接计算器:每 48 小时运行一次 ----
bl := backlink.New(db, *storageDir)
searchSrv.SetBacklinkRunner(bl)
go bl.Run()
// ---- 7. 爬虫:从入口 URL 开始 BFS 爬取 ----