Files
certd/packages/ui/certd-server/metadata/access_plesk.yaml
2025-12-31 18:39:58 +08:00

34 lines
677 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: plesk
title: plesk授权
desc: ''
icon: svg:icon-plesk
input:
url:
title: Plesk网址
component:
name: a-input
vModel: value
required: true
helper: 例如https://xxxx.xxxxx:8443/
username:
title: 用户名
component:
placeholder: username
required: true
encrypt: false
password:
title: 登录密码
component:
placeholder: password
required: true
encrypt: true
testRequest:
title: 测试
component:
name: api-test
action: onTestRequest
helper: 点击测试接口看是否正常
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-plus/plesk/access.js