重构机器人

This commit is contained in:
dela
2026-01-30 10:48:56 +08:00
parent 81577a3a59
commit 9b7ecb7b80
17 changed files with 1270 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ dependencies = [
"loguru>=0.7.2", # 日志系统
"python-dotenv>=1.0.0", # 环境变量加载
"httpx>=0.25.0", # 异步 HTTP 客户端(可选,用于外部 API
"python-telegram-bot[job-queue]>=20.7", # Telegram Bot
]