提醒:本文最后更新于 2025-07-24 09:03,文中所关联的信息可能已发生改变,请知悉!
[title-plane title=” 注意 ”]
注意:此方法仅适用于 xiao 佬版本 v2board. 其他版本文件有所区别不通用。但是可以参考学习!
https://github.com/wyx2685/v2board
[/title-plane]
文件 1:
vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php
第 52 行
public const SITE_VERIFY_URL = ‘https://recaptcha.net/recaptcha/api/siteverify‘;
更改
public const SITE_VERIFY_URL = ‘https://challenges.cloudflare.com/turnstile/v0/siteverify‘;

文件 2:
public/theme/default/assets/umi.js
第 18161 行
return “https://www.google.com/recaptcha/api.js?onload=”.concat(x, “&render=explicit”)
更改
return “https://challenges.cloudflare.com/turnstile/v0/api.js?onload=”.concat(x, “&render=explicit”)



这个改法挺实用的,正好需要。