Vue VersionGo Captcha Version vue >= 2.7.14 && < 3.0 go-captcha-vue@^1 vue >= 3.0 go-captcha-vue@^2InstallGreater than or equal to vue2.7.14 and less than vue3.0yarn add go-captcha-vue@^1 # or npm install go-captcha-vue@^1 # or pnpm install go-captcha-vue@^1...
GoCaptcha是行为式验证码,支持文本/图形点选、滑动/拖拽、旋转等验证模式,并提供 Golang 生成和前端 JavaScript/Vue/React/Angular/Solid/Svelte 等依赖库。
GoCaptcha 是行为式验证码,支持文本/图形点选、滑动/拖拽、旋转等验证模式,并提供 Golang 生成和前端 JavaScript/Vue/React/Angular/Solid/Svelte 等依赖库。 - GoCaptcha:github.com/wenlng/go-ca - GoCaptcha 文档:http://gocaptcha.wencodes.com - Golang 内嵌素材资源:github.com/wenlng/go-ca - Go...
vue >= 2.7.14 && < 3.0 go-captcha-vue@^1 vue >= 3.0 go-captcha-vue@^2 Install Greater than or equal to vue2.7.14 and less than vue3.0 yarn add go-captcha-vue@^1 # or npm install go-captcha-vue@^1 # or pnpm install go-captcha-vue@^1 Greater than vue3.0 yarn add go-captc...
less than vue3.0yarn add go-captcha-vue@^1#ornpm install go-captcha-vue@^1#orpnpm install go-captcha-vue@^1###Greater than vue3.0yarn add go-captcha-vue@^2#ornpm install go-captcha-vue@^2#orpnpm install go-captcha-vue@^2 Use Go Captcha import"go-captcha-vue/dist/style.css"import...
go-captcha 是一个简洁易用、交互友好、高安全性的 "行为式验证码" Go库 ,采用 “验证码展示-采集用户行为-验证行为数据” 为流程,用户无需键盘手动输入,极大优化传统验证码用户体验不佳的问题,支持PC端及移动端,支持前端Vue、React...等项目。地址:github.com/wenlng/go-captcha/ û收藏...
直接使用 GoMod 或 Npm 等包管理工具安装到你的项目 🧩 多种验证模式 支持文本/图形、滑动/拖拽、旋转等多种验证模式 🚀 极致的用户体验 通过行为交互式验证,比传统的输入方式体验更佳 💡 安装包的支持 支持Golang、JavaScript、Vue、React、Angular、Solid、Svelte 等 ...
go-captcha-vue go-captcha gocaptcha captcha-vue vue-captcha capts gocapts wenlng •2.0.5•2 months ago•1dependents•MITpublished version2.0.5,2 months ago1dependentslicensed under $MIT 2,425 go-captcha-react GoCaptcha for React, which implements click mode, slider mode, drag-drop mode...
gocaptcha- 验证码生成 图表 go-echarts- Echarts 图表库 gonum/plot- 图形绘制 pinhole- 3D线框图绘制 globe- 地球线框图绘制 ink- Go 中的 2D 图形框架 go-plantuml- 基于 Go 源码生成 plantuml 图 go-diagrams- 通过代码生成图表 代码分析
}//start a net/http serverfuncmain(){//serve Vuejs+ElementUI+Axios Web Applicationhttp.Handle("/", http.FileServer(http.Dir("./static")))//api for create captchahttp.HandleFunc("/api/getCaptcha", generateCaptchaHandler)//api for verify captchahttp.HandleFunc("/api/verifyCaptcha", captcha...