Skip to content

Commit

Permalink
🔧 refactor: split Authenticator into separate modules for better code…
Browse files Browse the repository at this point in the history
… organization

🔨 refactor: replace ddddocr with onnxruntime for captcha recognition
🚀 feat: add support for custom model to significantly reduce package size
🔥 remove: dependency on ddddocr
📝 docs: update CHANGELOG.md with changes
🔧 refactor: update Cargo.toml with new dependencies and optimization settings
📦 chore: add new model files for captcha recognition
  • Loading branch information
wenxuanjun committed May 5, 2024
1 parent f6fbc42 commit c077f13
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 1,827 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.0] - 2024-05-06

- 使用自定义模型大幅减小包体积

## [0.2.0] - 2024-05-05

- 能够正确地处理验证码错误并不断重试
Expand Down
Loading

0 comments on commit c077f13

Please sign in to comment.