This website requires JavaScript.
Explore
Register
Sign In
chuan
/
WebAI2API
Watch
1
Star
0
Fork
0
You've already forked WebAI2API
mirror of
https://github.com/foxhui/WebAI2API.git
synced
2026-06-16 21:03:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
166
Commits
3
Branches
0
Tags
b5c9a79dfcd77f1d3ec19769c19f2cddd2ebb1ad
Commit Graph
1 Commits
fix: 修复 retries=0 时不下载的问题
当 imgDlRetry 未配置时,retries=0 导致循环不执行直接返回失败。 修改为 maxAttempts = max(1, retries),确保至少执行一次下载尝试。
daidai
·
2026-03-28 21:10:19 +08:00
0d196d87a6