This commit is contained in:
jxxghp
2023-06-18 15:59:38 +08:00
parent 5dd7878e1b
commit 104ae59e18
19 changed files with 425 additions and 181 deletions

View File

@ -10,7 +10,7 @@ from app.log import logger
class SiteChain(ChainBase):
"""
站点远程管理处理链
站点管理处理链
"""
_siteoper: SiteOper = None