Code Monkey home page Code Monkey logo

Comments (3)

saweew avatar saweew commented on June 11, 2024

有时会再次点击到头像框之类的,概率大概十来分钟一次吧,双开的时候

from smartonmyoji.

aicezam avatar aicezam commented on June 11, 2024

出现这种情况,可以对点击头像框后弹出的信息页面(或弹出的聊天页面),截取一个关键图片,然后在img文件夹下的json配置文件里面,针对这个关键图片,设置一个偏移位置,相当于关闭这个信息页面,这样就能解决你说的卡住的这种情况。

另外,可以查看img文件夹下json配置文件中,关于结算页面的偏移点击位置坐标加减120的范围内,是否包含了这个 ”头像框“ 的位置,如果包含了,可以尝试调整json配置文件中关于这个关键图片的偏移坐标。

至于设计一个屏蔽区这种方案,后面试试能不能自定义到json配置文件里面(对需要匹配的关键图片手动增加一个屏蔽范围,只要计算出的点击坐标在这个区域,就跳过点击)。另外,这种屏蔽方案会有风险,因为在点击热力图中,可能会导致显示 ” 矩形 “ 的空白区域,容易被识别到在开脚本。抽空我研究下具体的情况如果没法避免这种风险,就不会加新功能,还是建议使用第一种方式;

from smartonmyoji.

saweew avatar saweew commented on June 11, 2024

好的,谢谢大佬

from smartonmyoji.

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.