From 933aaeaf253b42c38826d81e162175eec9cabd49 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 29 Jan 2026 22:10:27 +0800 Subject: [PATCH] chore: cfTurnstile --- .../src/plugins/plugin-captcha/cf-turnstile/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-captcha/cf-turnstile/index.ts b/packages/ui/certd-server/src/plugins/plugin-captcha/cf-turnstile/index.ts index 2d8289079..b99e0c259 100644 --- a/packages/ui/certd-server/src/plugins/plugin-captcha/cf-turnstile/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-captcha/cf-turnstile/index.ts @@ -5,23 +5,23 @@ import { CaptchaRequest, ICaptchaAddon } from "../api.js"; addonType: "captcha", name: "cfTurnstile", title: "Cloudflare Turnstile", - desc: "", + desc: "谨慎使用,国内被墙了", showTest: false, }) export class CfTurnstileCaptcha extends BaseAddon implements ICaptchaAddon { @AddonInput({ - title: "SiteKey", + title: "站点密钥", component: { placeholder: "SiteKey", }, - helper: "[Cloudflare Turnstile](https://www.cloudflare.com/zh-cn/application-services/products/turnstile/)", + helper: "[Cloudflare Turnstile](https://www.cloudflare.com/zh-cn/application-services/products/turnstile/) -> 添加小组件", required: true, }) siteKey = ""; @AddonInput({ - title: "SecretKey", + title: "密钥", component: { placeholder: "SecretKey", },