This website requires JavaScript.
Explore
Help
Register
Sign In
lkddi
/
certd
Watch
1
Star
0
Fork
0
You've already forked certd
mirror of
https://github.com/certd/certd.git
synced
2026-04-22 19:17:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a3fb24993d7ac8fbb0bb354fa02ef067f609021e
certd
/
packages
/
ui
/
certd-server
/
src
/
plugins
/
plugin-captcha
/
api.ts
T
5 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
perf: 登录支持极验验证码
2025-09-11 23:47:05 +08:00
export
interface
ICaptchaAddon
{
onValidate
(
data?
:
any
)
:
Promise
<
any
>
;
perf: 登录注册、找回密码都支持极验验证码和图片验证码
2025-09-13 23:01:14 +08:00
getCaptcha
(
)
:
Promise
<
any
>
;
perf: 登录支持极验验证码
2025-09-11 23:47:05 +08:00
}
Reference in New Issue
Copy Permalink