mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
feat: 通过metadata加载插件,降低内存占用
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
addonType: oauth
|
||||
name: wx
|
||||
title: 微信登录
|
||||
desc: 微信网站应用登录
|
||||
icon: ion:logo-wechat:green
|
||||
showTest: false
|
||||
input:
|
||||
appId:
|
||||
title: AppId
|
||||
required: true
|
||||
helper: 在[微信开放平台](https://open.weixin.qq.com/cgi-bin/index)注册网站应用后获取
|
||||
appSecretKey:
|
||||
title: AppSecretKey
|
||||
component:
|
||||
placeholder: AppSecretKey
|
||||
required: true
|
||||
pluginType: addon
|
||||
type: builtIn
|
||||
scriptFilePath: ../../../plugins/plugin-oauth/wx/plugin-wx.js
|
||||
Reference in New Issue
Block a user