mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
25 lines
535 B
YAML
25 lines
535 B
YAML
name: rainyun
|
|
title: 雨云授权
|
|
desc: https://app.rainyun.com/
|
|
icon: svg:icon-rainyun
|
|
order: 100
|
|
input:
|
|
apiKey:
|
|
title: ApiKey
|
|
component:
|
|
placeholder: api-key
|
|
name: a-input
|
|
vModel: value
|
|
helper: https://app.rainyun.com/account/settings/api-key
|
|
encrypt: true
|
|
required: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-rainyun/access.js
|