mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
28 lines
567 B
YAML
28 lines
567 B
YAML
name: unicloud
|
|
title: uniCloud
|
|
icon: material-symbols:shield-outline
|
|
desc: unicloud授权
|
|
input:
|
|
email:
|
|
title: 账号
|
|
component:
|
|
placeholder: email
|
|
helper: 登录邮箱
|
|
required: true
|
|
encrypt: false
|
|
password:
|
|
title: 密码
|
|
component:
|
|
placeholder: 密码
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/unicloud/access.js
|