mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
26 lines
506 B
YAML
26 lines
506 B
YAML
name: upyun
|
|
title: 又拍云
|
|
desc: ''
|
|
icon: svg:icon-upyun
|
|
input:
|
|
username:
|
|
title: 账号
|
|
component:
|
|
placeholder: 又拍云账号
|
|
required: true
|
|
password:
|
|
title: 密码
|
|
component:
|
|
placeholder: 又拍云密码
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-upyun/access.js
|