feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用

ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
xiaojunnuo
2025-12-31 17:01:37 +08:00
parent 9c26598831
commit a3fb24993d
312 changed files with 14321 additions and 597 deletions
@@ -0,0 +1,26 @@
name: safeline
title: 长亭雷池授权
icon: svg:icon-safeline
input:
baseUrl:
title: 雷池的访问url
component:
placeholder: https://xxxx.com:9443
required: true
apiToken:
title: ApiToken
component:
placeholder: apiToken
helper: ''
required: true
encrypt: true
skipSslVerify:
title: 忽略证书校验
value: true
component:
name: a-switch
vModel: checked
helper: 如果面板的url是https,且使用的是自签名证书,则需要开启此选项,其他情况可以关闭
pluginType: access
type: builtIn
scriptFilePath: ../../../plugins/plugin-plus/safeline/access.js