mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
23 lines
513 B
YAML
23 lines
513 B
YAML
addonType: captcha
|
|
name: geetest
|
|
title: 极验验证码v4
|
|
desc: ''
|
|
showTest: false
|
|
input:
|
|
captchaId:
|
|
title: 验证ID
|
|
component:
|
|
placeholder: captchaId
|
|
helper: >-
|
|
[极验验证码v4](https://console.geetest.com/sensbot/management) -> 创建业务模块 ->
|
|
新增业务场景
|
|
required: true
|
|
captchaKey:
|
|
title: 验证Key
|
|
component:
|
|
placeholder: captchaKey
|
|
required: true
|
|
pluginType: addon
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-captcha/geetest/index.js
|