mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
22 lines
424 B
YAML
22 lines
424 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
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/unicloud/access.js
|