mirror of
https://github.com/Rayzggz/server_torii.git
synced 2025-06-22 06:51:31 +08:00
@ -66,11 +66,6 @@
|
||||
+ "您未能通过人机验证,请刷新页面后重试。");
|
||||
window.location.reload();
|
||||
break;
|
||||
case "timeout":
|
||||
alert("Verification timeout, please refresh the page and try again.\n"
|
||||
+ "验证超时,请刷新页面后重试。");
|
||||
window.location.reload();
|
||||
break;
|
||||
default:
|
||||
alert("Unexpected error occurred, please refresh the page and try again.\n"
|
||||
+ "发生了意料之外的错误,请刷新页面后重试。");
|
||||
|
@ -1,4 +1,3 @@
|
||||
secret_key: "0378b0f84c4310279918d71a5647ba5d"
|
||||
captcha_validate_time: 600
|
||||
captcha_challenge_timeout: 120
|
||||
hcaptcha_secret: ""
|
Reference in New Issue
Block a user