merge: 同步 upstream/main 新功能到定制版本
- feat: Add slider verification code (bd67997) - fix bug: Inventory cannot be zero (1f7a6ee) - fix: resolve merge conflicts and lint errors
This commit is contained in:
@@ -158,7 +158,16 @@ export default function VerifyConfig() {
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="local">
|
||||
{t("verify.captchaTypeLocal", "Local Image Captcha")}
|
||||
{t(
|
||||
"verify.captchaTypeLocal",
|
||||
"Local Image Captcha"
|
||||
)}
|
||||
</SelectItem>
|
||||
<SelectItem value="slider">
|
||||
{t(
|
||||
"verify.captchaTypeSlider",
|
||||
"Local Slider Captcha"
|
||||
)}
|
||||
</SelectItem>
|
||||
<SelectItem value="turnstile">
|
||||
{t(
|
||||
|
||||
Reference in New Issue
Block a user