mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
29 lines
763 B
YAML
29 lines
763 B
YAML
name: yidun
|
|
title: 易盾DCDN授权
|
|
icon: material-symbols:shield-outline
|
|
desc: https://user.yiduncdn.com
|
|
input:
|
|
apiKey:
|
|
title: api_key
|
|
component:
|
|
placeholder: api_key
|
|
helper: http://user.yiduncdn.com/console/index.html#/account/config/api,点击开启后获取
|
|
required: true
|
|
encrypt: true
|
|
apiSecret:
|
|
title: api_secret
|
|
component:
|
|
placeholder: api_secret
|
|
helper: http://user.yiduncdn.com/console/index.html#/account/config/api,点击开启后获取
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/yidun/access.js
|