mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
31 lines
586 B
YAML
31 lines
586 B
YAML
name: Gcore
|
|
title: Gcore
|
|
desc: Gcore
|
|
icon: clarity:plugin-line
|
|
input:
|
|
username:
|
|
title: username
|
|
component:
|
|
placeholder: username
|
|
required: true
|
|
password:
|
|
title: password
|
|
component:
|
|
placeholder: password
|
|
required: true
|
|
encrypt: true
|
|
otpkey:
|
|
title: totp key
|
|
component:
|
|
placeholder: totp key
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-gcore/access.js
|