This commit is contained in:
eric
2026-03-24 13:16:18 -05:00
parent 6ceadb7e0d
commit b914f0947a
22 changed files with 1697 additions and 155 deletions

View File

@@ -25,6 +25,7 @@ from web2_youtube_oauth import (
oauth_exchange_code,
oauth_status as youtube_oauth_status_snapshot,
)
from web2_wechat_chatbot import register_wechat_chatbot_routes
app = FastAPI(title="多进程录制控制台")
@@ -184,6 +185,7 @@ app.add_middleware(
allow_headers=["*"],
)
register_wechat_chatbot_routes(app, BASE_DIR)
# ---------------- 工具函数 ----------------
async def read_log_path(path: str, lines: int) -> str: