Giter Site home page Giter Site logo

hello-world's People

Contributors

summer9966 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hello-world's Issues

感谢作者

感谢作者的分享,希望能添加关键字过滤功能,会持续关注,希望后面也能尽微薄之力。

高速模式微信最新(6.6.2)控件id

开红包:com.tencent.mm:id/c4j
退出红包:com.tencent.mm:id/hx
聊天窗口红包:com.tencent.mm:id/ad8
聊天列表每个item:com.tencent.mm:id/app
(聊天列表item)新消息红点:com.tencent.mm:id/j4
(聊天列表item)消息内容textview:com.tencent.mm:id/apt
红包备注:com.tencent.mm:id/ae9
查看红包按钮:com.tencent.mm:id/ae_

对应的修改这些6.6.2版本微信的高速模式就可以用了(已验证)
// 微信 聊天列表的联系人里面的消息内容 不可点击
public final static String WID_CHAT_LIST_MESSAGE_TEXT = "com.tencent.mm:id/apt";
// 微信 聊天列表的联系人 内括名字、消息内容、消息数字、头像 可点击
public final static String WID_CHAT_LIST_DIALOG = "com.tencent.mm:id/app";
// 微信 聊天列表的联系人里面的消息数字 不可点击
public final static String WID_CHAT_LIST_MESSAGE_NUM = "com.tencent.mm:id/j4";
// 微信 聊天窗口 收到红包 可点击
public final static String WID_CHAT_DIALOG_PACKET = "com.tencent.mm:id/ad8";
// 微信 聊天窗口 收到红包 红包的文字(领取红包/查看红包) 不可点击
public final static String WID_CHAT_DIALOG_PACKET_TEXT = "com.tencent.mm:id/ae_";
// 微信 聊天窗口 收到红包 红包的文字内容 不可点击
public final static String WID_CHAT_DIALOG_PACKET_CONTENT = "com.tencent.mm:id/ae9";
// 微信 聊天窗口 打开红包弹窗 “開”
public final static String WID_CHAT_PACKET_DIALOG_BUTTON = "com.tencent.mm:id/c4j";

小米5无法自动拆开

我用拉下的代码打apk,第一次可以自动拆开,接下来的就不能自动拆开了
感谢楼主分享。

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.