This commit is contained in:
jxxghp 2024-05-19 09:54:52 +08:00
parent 495d98c2b2
commit 2821d6a9dc

View File

@ -54,6 +54,7 @@ class SiteChain(ChainBase):
"m-team.cc": self.__mteam_test,
"ptlsp.com": self.__indexphp_test,
"1ptba.com": self.__indexphp_test,
"star-space.net": self.__indexphp_test,
}
def is_special_site(self, domain: str) -> bool: