This commit is contained in:
2025-11-21 00:20:03 +08:00
parent ffc3fc3092
commit 14aef04d1b

View File

@@ -103,6 +103,9 @@ class Auto:
continue_button = self.tab.ele(
't:button@text():Continue', timeout=1)
if continue_button:
# 滚动到最底部
self.tab.scroll.to_bottom()
self.tab.wait(1)
# 判断cf是否通过
bol = self.solve_cloudflare()
if not bol: