refactor: 移除图片保存相关逻辑,直接更新任务状态为完成

This commit is contained in:
zyh
2025-08-30 15:43:58 +08:00
parent 63e42368cb
commit abe1447e0c
9 changed files with 51 additions and 834 deletions

View File

@@ -72,13 +72,6 @@ script:
app:
base-url: "https://2.uzi0.cc" # 生产环境需要配置为实际域名
# base-url: "http://localhost:18080" # 本地测试环境
image-save-path: "./images" # 图片保存路径
link:
expire-hours: 2
# 图片保存配置
image:
save-interval-minutes: 3 # 进行中任务图片保存间隔(分钟)
max-concurrent-downloads: 3 # 最大并发下载数
download-timeout-seconds: 15 # 下载超时时间(秒)