This commit is contained in:
2026-01-06 23:45:28 +08:00
parent e466f59b84
commit f7b1e9433c
4 changed files with 392 additions and 83 deletions

View File

@@ -16,9 +16,9 @@ SOURCE_IMAGE_URL=https://your-image-host.com/P1191464.JPG
IMAGE_SIZE=2K
ASPECT_RATIO=1:1
# 查询间隔(毫秒)
QUERY_INTERVAL=5000
# 查询间隔(毫秒)- 建议10秒减少API调用频率
QUERY_INTERVAL=10000
# 最大查询次数
MAX_QUERY_COUNT=60
# 最大查询次数 - 建议120-180次对应20-30分钟
MAX_QUERY_COUNT=120