feat: 通过metadata加载插件,降低内存占用

This commit is contained in:
xiaojunnuo
2025-12-30 18:32:00 +08:00
parent cabc4da3ac
commit 7634f153b7
163 changed files with 257 additions and 158 deletions
@@ -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