mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: 51dns
|
||||
title: 51dns授权
|
||||
icon: arcticons:dns-changer-3
|
||||
desc: ''
|
||||
input:
|
||||
username:
|
||||
title: 用户名
|
||||
component:
|
||||
placeholder: 用户名或手机号
|
||||
required: true
|
||||
encrypt: false
|
||||
password:
|
||||
title: 登录密码
|
||||
component:
|
||||
name: a-input-password
|
||||
vModel: value
|
||||
placeholder: 密码
|
||||
required: true
|
||||
encrypt: true
|
||||
type: builtIn
|
||||
pluginType: access
|
||||
scriptFilePath: ../../../plugins/plugin-51dns/index.js
|
||||
Reference in New Issue
Block a user