修改资源数据处理

This commit is contained in:
zyj
2025-10-23 18:17:46 +08:00
parent 211f4f9615
commit 20bda19a81
11 changed files with 250 additions and 97 deletions

View File

@@ -59,6 +59,7 @@ func (s SiteService) GetAllResources(rawURL string) ([]RequestParams, []string)
}
list := deduplicationRequest(RequestParamsAll)
browser.Close()
Browser.CancelBrowser(host)
return list, RouterAll
}