mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
21 lines
508 B
YAML
21 lines
508 B
YAML
|
|
name: kuocaicdn
|
|||
|
|
title: 括彩云cdn授权
|
|||
|
|
icon: material-symbols:shield-outline
|
|||
|
|
desc: 括彩云CDN,每月免费30G,[注册即领](https://kuocaicdn.com/register?code=8mn536rrzfbf8)
|
|||
|
|
input:
|
|||
|
|
username:
|
|||
|
|
title: 账户
|
|||
|
|
component:
|
|||
|
|
placeholder: 手机号
|
|||
|
|
required: true
|
|||
|
|
encrypt: true
|
|||
|
|
password:
|
|||
|
|
title: 密码
|
|||
|
|
component:
|
|||
|
|
placeholder: password
|
|||
|
|
required: true
|
|||
|
|
encrypt: true
|
|||
|
|
pluginType: access
|
|||
|
|
type: builtIn
|
|||
|
|
scriptFilePath: ../../../plugins/plugin-plus/kuocai/access.js
|