fix(captcha): update Cap field names in defaults configuration

pull/2573/head
WittF 2025-06-26 06:14:28 +08:00
parent d7b731d168
commit a8c9db5e23
1 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ var DefaultSettings = map[string]string{
"captcha_turnstile_site_key": "", "captcha_turnstile_site_key": "",
"captcha_turnstile_site_secret": "", "captcha_turnstile_site_secret": "",
"captcha_cap_instance_url": "", "captcha_cap_instance_url": "",
"captcha_cap_key_id": "", "captcha_cap_site_key": "",
"captcha_cap_key_secret": "", "captcha_cap_secret_key": "",
"thumb_width": "400", "thumb_width": "400",
"thumb_height": "300", "thumb_height": "300",
"thumb_entity_suffix": "._thumb", "thumb_entity_suffix": "._thumb",