mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
24 lines
559 B
YAML
24 lines
559 B
YAML
addonType: captcha
|
|
name: cfTurnstile
|
|
title: Cloudflare Turnstile
|
|
desc: 谨慎使用,国内被墙了
|
|
showTest: false
|
|
input:
|
|
siteKey:
|
|
title: 站点密钥
|
|
component:
|
|
placeholder: SiteKey
|
|
helper: >-
|
|
[Cloudflare
|
|
Turnstile](https://www.cloudflare.com/zh-cn/application-services/products/turnstile/)
|
|
-> 添加小组件
|
|
required: true
|
|
secretKey:
|
|
title: 密钥
|
|
component:
|
|
placeholder: SecretKey
|
|
required: true
|
|
pluginType: addon
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-captcha/cf-turnstile/index.js
|