Update qqgroupmemberverify.html

This commit is contained in:
Super_Shadiao 2025-06-12 09:07:29 +08:00 committed by GitHub
parent 72c879d15a
commit f64e3abb91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
setTimeout(() => window.location.reload(), 5000)
const resultH3 = document.querySelector('#result h3');
resultH3.textContent = "验证失败qwq, 等待5s后重试吧 (" + requestVerify.responseText + ")";
resultH3.textContent = "验证失败qwq, 等待5s后重试吧 (" + requestVerify.responseText + ") (如果你挂了梯子, 关掉重试)";
resultH3.style.color = "red";
})
}