feat: 配置基类添加异步

This commit is contained in:
DLmaster361
2025-08-04 01:36:26 +08:00
parent b576440612
commit 9031ea6b3f
4 changed files with 42 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ def is_admin() -> bool:
return False
@logger.catch
# @logger.catch
def main():
if is_admin():