mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: plugin元数据换成yaml格式
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: CacheFly
|
||||
title: CacheFly
|
||||
desc: CacheFly
|
||||
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
|
||||
pluginType: access
|
||||
Reference in New Issue
Block a user