Skip to content

Commit

Permalink
Update helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
居桉 authored Mar 1, 2022
1 parent 6e8f4b5 commit d634447
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,11 @@ function exam_weekly() {
let x = (w / 3) * 2; // 横坐标2/3
let h1 = (h / 6) * 5; // 纵坐标5/6
let h2 = (h / 6); // 纵坐标1/6
while (!text('本月').exists()) {
back_to_home();
my_click("我的");
my_click('我要答题');
my_click('每周答题');
text('本月').waitFor();
}
back_to_home();
my_click("我的");
my_click('我要答题');
my_click('每周答题');
textContains('月').waitFor();
let n = 6;
let flag = 0;
do {
Expand Down

0 comments on commit d634447

Please sign in to comment.