add new features

This commit is contained in:
mubai
2024-10-29 22:30:01 +08:00
parent 7ceb125746
commit d1433e4b5b
23 changed files with 525 additions and 129 deletions

View File

@@ -38,6 +38,11 @@ func (sl *SpiderLogic) AutoCollect(time int) {
go spider.AutoCollect(time)
}
// ClearFilms 删除采集的数据信息
func (sl *SpiderLogic) ClearFilms() {
go spider.ClearSpider()
}
// ZeroCollect 数据清除从零开始采集
func (sl *SpiderLogic) ZeroCollect(time int) {
go spider.StarZero(time)