Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

学习强国app好像又更新了 变成2.15.0了 #96

Open
ZHAOFEGNSHUN opened this issue Sep 10, 2020 · 12 comments
Open

学习强国app好像又更新了 变成2.15.0了 #96

ZHAOFEGNSHUN opened this issue Sep 10, 2020 · 12 comments

Comments

@ZHAOFEGNSHUN
Copy link

求大神更新

@sephiroth945
Copy link

对,挑战答题改成图片了?

@manning120008
Copy link

求更新啊

@michael88012
Copy link

用坐标定位的,点进去就出错了。

@michael88012
Copy link

最新的版本2.16了

@ivanwhaf
Copy link
Owner

ivanwhaf commented Sep 10, 2020 via email

@isjing2
Copy link

isjing2 commented Sep 10, 2020

暂时不更新了,issue里有其他大神的改进版本

------------------ 原始邮件 ------------------ 发件人: "ivanwhaf/xxqg-helper" <[email protected]>; 发送时间: 2020年9月10日(星期四) 晚上7:23 收件人: "ivanwhaf/xxqg-helper"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: Re: [ivanwhaf/xxqg-helper] 学习强国app好像又更新了 变成2.15.0了 (#96) 求更新啊 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

没有鸭。求更新哇。。

@superempty
Copy link

改成

while (!text("答题竞赛").exists());
delay(1);
bounds(552,1464,1032,1800).clickable().click();
bounds你再抓下自己的手机

@ZHAOFEGNSHUN
Copy link
Author

改成

while (!text("答题竞赛").exists());
delay(1);
bounds(552,1464,1032,1800).clickable().click();
bounds你再抓下自己的手机

怎么改?在哪里改呀

@sephiroth945
Copy link

原脚本,大概900行

while (!text("挑战答题").exists());
delay(1);
text("挑战答题").click();

改成

while (!text("答题竞赛").exists());
delay(1);
click(792,1632);

click后面的参数好像要根据手机调整
bounds(552,1464,1032,1800).clickable().click(); 在我的一加8上不行,我就改成直接click了

@ZHAOFEGNSHUN
Copy link
Author

ZHAOFEGNSHUN commented Sep 11, 2020 via email

@michael88012
Copy link

用这种方法,答题错误,从新答题会出现#830题干错误

@W-Jie
Copy link

W-Jie commented Oct 26, 2020

className("android.widget.Image").findOnce(2).click(); // 点击挑战答题图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants