feat(*): 添加测试项目代码

This commit is contained in:
2026-05-01 21:22:57 +08:00
commit f4eba61365
15 changed files with 1599 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# ── 鉴权 ──
# 不设置时自动生成 UUIDv4 随机密钥并打印到启动日志
WEBHOOK_API_KEY=
# ── 网络 ──
WEBHOOK_HOST=0.0.0.0
WEBHOOK_PORT=8081
# ── 上传 ──
UPLOAD_DIR=./uploads
MAX_UPLOAD_SIZE=20971520
# 留空不限制多个用逗号分隔jpg,png,gif,pdf
ALLOWED_EXTENSIONS=
# ── QQ API ──
QQ_API_TIMEOUT=10
QQ_API_MAX_RETRIES=2