mirror of
https://github.com/certd/certd.git
synced 2026-04-16 14:00:51 +08:00
chore: plugin元数据换成yaml格式
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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
|
||||
pluginType: access
|
||||
@@ -0,0 +1,6 @@
|
||||
name: dnsla
|
||||
title: dns.la
|
||||
desc: dns.la
|
||||
icon: arcticons:dns-changer-3
|
||||
accessType: dnsla
|
||||
pluginType: dnsProvider
|
||||
@@ -0,0 +1,6 @@
|
||||
name: dnsla
|
||||
title: dns.la
|
||||
desc: dns.la
|
||||
icon: arcticons:dns-changer-3
|
||||
accessType: dnsla
|
||||
pluginType: dnsProvider
|
||||
Reference in New Issue
Block a user