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,19 @@
addonType: oauth
name: gitee
title: Gitee认证
desc: Gitee OAuth2登录
icon: simple-icons:gitee:red
showTest: false
input:
clientId:
title: ClientId
helper: '[gitee 第三方应用管理](https://gitee.com/oauth/applications)创建应用后获取'
required: true
clientSecretKey:
title: ClientSecretKey
component:
placeholder: ClientSecretKey / appSecretKey
required: true
pluginType: addon
type: builtIn
scriptFilePath: ../../../plugins/plugin-oauth/oauth2/plugin-gitee.js