mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: dnsla
|
||||
title: dns.la授权
|
||||
icon: arcticons:dns-changer-3
|
||||
desc: ''
|
||||
input:
|
||||
apiId:
|
||||
title: APIID
|
||||
component:
|
||||
placeholder: APIID
|
||||
helper: 从我的账户->API密钥中获取 APIID APISecret
|
||||
required: true
|
||||
encrypt: false
|
||||
apiSecret:
|
||||
title: APISecret
|
||||
component:
|
||||
placeholder: ''
|
||||
helper: ''
|
||||
required: false
|
||||
encrypt: true
|
||||
type: builtIn
|
||||
pluginType: access
|
||||
scriptFilePath: ../../../plugins/plugin-dnsla/index.js
|
||||
Reference in New Issue
Block a user