人机验证隐藏验证成功toast

This commit is contained in:
chenruiye
2025-03-18 19:51:44 +08:00
parent 1369003805
commit cffb3b182e

View File

@@ -152,7 +152,7 @@ $('.bottom .right_bottom').click(function () {
const selectedTargetImageCount = selectedImages.filter(imgSrc => targetImages.includes(imgSrc)).length;
if (selectedTargetImageCount === targetImageCount && onlyTargetImagesSelected) {
toastMsg(langReplace(localLang.demoModule.text6));
// toastMsg(langReplace(localLang.demoModule.text6));
// verificationResult = true
// 告知客户端
if (browser.app) {