mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
feat: 通过metadata加载插件,降低内存占用
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user