This commit is contained in:
2025-11-21 02:04:52 +08:00
parent f3b4ec2601
commit a92c41f272

View File

@@ -118,6 +118,7 @@ class Auto:
continue
else:
logger.debug("Cloudflare验证成功..")
self.tab.wait(3)
continue_button.click()
logger.debug("点击Continue按钮成功")
self.tab.wait(1.5)
@@ -361,6 +362,7 @@ class Auto:
self.tab.wait(0.1)
else:
logger.debug("Cloudflare验证成功.")
self.tab.wait(3)
logger.debug(f"点击Submit按钮")
self.tab.ele('t:button@text():Submit').click()
break