2025-04-27 15:11:50 +08:00
|
|
|
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
|
2026-02-16 00:23:13 +08:00
|
|
|
testRequest:
|
|
|
|
|
title: 测试
|
|
|
|
|
component:
|
|
|
|
|
name: api-test
|
|
|
|
|
action: TestRequest
|
|
|
|
|
helper: 测试授权是否正确
|
2025-04-27 15:11:50 +08:00
|
|
|
pluginType: access
|
2025-12-30 18:32:00 +08:00
|
|
|
type: builtIn
|
2025-12-31 18:39:58 +08:00
|
|
|
scriptFilePath: /plugins/plugin-cachefly/access.js
|