Commit Graph

11 Commits

Author SHA1 Message Date
genz27
6d4cb8bf9a feat: 支持token级打码代理并完善有头Docker双镜像发布 2026-03-03 20:03:25 +08:00
genz27
f23cd7ddf6 feat: 新增模型与请求体变化并同步README 2026-02-27 16:11:19 +08:00
TheSmallHanCat
ad17d67097 Merge pull request #39 from NetLops/sz
WIP
2026-01-17 10:44:28 +08:00
Netlops
063e810d8b feat(token): add automatic ST refresh functionality for personal mode
- Implement automatic ST (Session Token) refresh when AT refresh fails
- Add refresh_session_token method in BrowserCaptchaService to extract
  __Secure-next-auth.session-token from browser cookies
- Enhance token_manager to automatically retry AT refresh after ST update
- Add validation for AT tokens to ensure they are actually working
- Update README to document AT/ST automatic refresh feature
- Improve error handling and logging for token refresh operations
- Add conditional ST refresh support only available in personal mode
2026-01-08 12:32:48 +08:00
Netlops
91dcd8fd85 feat(i2v): enhance image-to-video documentation and single/dual frame support
- Update README.md to clarify single vs dual frame image support with
  automatic model_key selection
- Add detailed explanation of automatic adaptation system for
  different image counts
- Include clear distinction between single frame mode (1 image) and
  dual frame mode (2 images) with proper model selection

fix(browser-captcha): increase page load timeout from 15s to 60s

- Extend retry range from 15 to 60 attempts for page loading
- Update debug logging to reflect new timeout values
- Improve reliability of captcha service by allowing more time for
  page load completion

fix(api): correct I2V API endpoint URL for single frame generation

- Change URL from batchAsyncGenerateVideoStartAndEndImage to
  batchAsyncGenerateVideoStartImage for single frame scenarios

fix(model-config): correct model_key for I2V single frame mode

- Fix typo in model_key: remove duplicate 'fl_' in
  veo_3_1_i2v_s_fast_fl_landscape
- Implement automatic model_key transformation for single frame mode
  by replacing '_fl_' with '_' in model keys
- Add debug logging for model key transformation process
2026-01-08 11:45:24 +08:00
TheSmallHanCat
d96fe18fa5 feat: 浏览器拓展更新st自动启用token、新增ultra模型、完善日志记录显示 2026-01-04 17:22:19 +08:00
TheSmallHanCat
de31fe0877 feat: 无头打码与YesCaptcha打码 2025-12-17 18:51:10 +08:00
TheSmallHanCat
c86abf4a10 Add Star History section to README 2025-12-14 10:40:02 +08:00
TheSmallHanCat
fcd61c692a fix: 图片模型多图支持、重置错误计数
feat: 账号类型分配模型配额
Fixes #5,#7
2025-12-01 19:12:46 +08:00
TheSmallHanCat
36cbcc0d8b feat:flow2api初版 2025-11-24 18:27:05 +08:00
TheSmallHanCat
23fd5211e5 Initial commit 2025-11-24 18:00:23 +08:00