Coder Social home page Coder Social logo

Comments (12)

sephiroth945 avatar sephiroth945 commented on August 12, 2024

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

from xxqg-helper.

manning120008 avatar manning120008 commented on August 12, 2024

求更新啊

from xxqg-helper.

michael88012 avatar michael88012 commented on August 12, 2024

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

from xxqg-helper.

michael88012 avatar michael88012 commented on August 12, 2024

最新的版本2.16了

from xxqg-helper.

ivanwhaf avatar ivanwhaf commented on August 12, 2024

from xxqg-helper.

isjing2 avatar isjing2 commented on August 12, 2024

暂时不更新了,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.

没有鸭。求更新哇。。

from xxqg-helper.

superempty avatar superempty commented on August 12, 2024
改成

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

from xxqg-helper.

ZHAOFEGNSHUN avatar ZHAOFEGNSHUN commented on August 12, 2024
改成

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

怎么改?在哪里改呀

from xxqg-helper.

sephiroth945 avatar sephiroth945 commented on August 12, 2024

原脚本,大概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了

from xxqg-helper.

ZHAOFEGNSHUN avatar ZHAOFEGNSHUN commented on August 12, 2024

from xxqg-helper.

michael88012 avatar michael88012 commented on August 12, 2024

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

from xxqg-helper.

W-Jie avatar W-Jie commented on August 12, 2024

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

from xxqg-helper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.