Commit Graph

6 Commits

Author SHA1 Message Date
admin c08b9d622f fix: redirect to home page after login success
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 06:55:52 +00:00
admin b697c21f8c fix: align install API request structure with backend expectations
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 06:46:09 +00:00
admin 5652012b2f fix: add frontend build stage to Dockerfile, update npm install to include devDependencies
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 02:06:06 +00:00
admin 7bc8c74d5e feat: redesign frontend UI with MoonShadow-style dark theme
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 8s
- Update color scheme to purple/blue gradient accents
- Add modern card layouts with hover effects
- Implement token display with copy button
- Add stats dashboard on home page
- Improve install page with SQLite/MySQL toggle
- Add feature cards for supported functions
- Improve login/register pages with centered layout
- Add admin page with user management table
- Add responsive grid layouts
- Add fade-in animations
2026-07-17 01:48:01 +00:00
admin 8c79918daa fix: 登录成功后跳转首页
Build and Deploy / build (push) Successful in 2m6s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 19:28:04 +00:00
admin 524c404194 feat: initial commit - Go + CGO captcha recognition service
Build and Deploy / build-frontend (push) Failing after 2s
Build and Deploy / build-backend (push) Has been skipped
Build and Deploy / build-docker (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
Features:
- Go + CGO ONNX/OpenCV wrapper for high performance
- SQLite (default) / MySQL database support
- Optional Redis caching
- JWT authentication system
- Multiple captcha recognition APIs:
  - OCR text recognition
  - Slider captcha matching
  - Image similarity comparison
  - Rotation captcha detection
  - Object detection
- React frontend with install wizard
- Docker and docker-compose support
- Gitea CI/CD pipeline

Project structure:
- cmd/server: Main entry point
- internal/: Core business logic
- pkg/onnx: ONNX Runtime CGO wrapper
- pkg/opencv: OpenCV CGO wrapper
- web/: React frontend
- deploy/: Deployment configs
- scripts/: Utility scripts
2026-07-16 08:56:38 +00:00