Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 625 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 625 Bytes

go captcha

AJ-Captcha启发,用golang实现的滑动验证码。

运行

$ go mod tidy
$ go run example/puzzle_captcha/main.go

前端

前端代码仓库

运行前端

$ git clone git@github.com:widaT/gocatcha-ui.git
$ cd gocatcha-ui
$ npm i
$ npm run dev

运行截图

感谢

本程序算法受AJ-Captcha启发,本程序的前端UI则来着AJ-Captcha的vue代码,感谢AJ-Captcha的开源。