mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
24 lines
555 B
YAML
24 lines
555 B
YAML
name: xinnetconnect
|
||
title: 新网互联授权
|
||
icon: svg:icon-xinnet
|
||
desc: 仅支持代理账号,ip需要加入白名单
|
||
input:
|
||
username:
|
||
title: 用户名
|
||
component:
|
||
placeholder: 代理用户名,如:agent001
|
||
help: 新网互联的代理用户名
|
||
required: true
|
||
encrypt: false
|
||
password:
|
||
title: 密码
|
||
component:
|
||
name: a-input-password
|
||
vModel: value
|
||
placeholder: 密码
|
||
required: true
|
||
encrypt: true
|
||
pluginType: access
|
||
type: builtIn
|
||
scriptFilePath: /plugins/plugin-xinnetconnet/access.js
|