ai 开始测试

This commit is contained in:
2025-08-27 21:58:55 +08:00
parent 741e52afd3
commit 699cb18b7d
14 changed files with 827 additions and 342 deletions

View File

@@ -27,7 +27,7 @@ if "--role=flask" in sys.argv:
# 项目入口
if __name__ == "__main__":
# 清空日志等
LogManager.clearLogs()
# LogManager.clearLogs()
# 启动 Flask 子进程
manager = FlaskSubprocessManager.get_instance()