add SEARCH_MULTIPLE_NAME

This commit is contained in:
jxxghp
2024-03-24 08:26:59 +08:00
parent e4bb182668
commit 72b6556c62
5 changed files with 22 additions and 2 deletions

View File

@ -49,6 +49,12 @@ class SiteChain(ChainBase):
"m-team.cc": self.__mteam_test,
}
def is_special_site(self, domain: str) -> bool:
"""
判断是否特殊站点
"""
return domain in self.special_site_test
@staticmethod
def __zhuque_test(site: Site) -> Tuple[bool, str]:
"""