This commit is contained in:
Harold
2026-04-28 12:36:29 +08:00
parent cb85beed2a
commit d2094f5016
41 changed files with 202 additions and 154 deletions
+3
View File
@@ -48,6 +48,9 @@ class Spider(BaseSpider):
def getName(self):
return self.name
def danmaku(self):
return True
def homeContent(self, filter):
return {"class": self.categories}