mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
29 lines
583 B
YAML
29 lines
583 B
YAML
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
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 测试授权是否正确
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-dnsla/access.js
|