We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
log-1741326820199.zip
以微信支付页面为例,之前的版本规则可以正常触发。 最近的版本无法触发规则,且悬浮按钮也无法正常显示。
快照: https://i.gkd.li/i/19121036
规则:
{ key: 22, name: '功能类-付款后自动点击完成/返回商家', desc: '支付完成后自动点击完成或返回商家按钮', enable: false, matchRoot: true, fastQuery: true, activityIds: [ 'com.tencent.mm.framework.app.UIPageFragmentActivity', '.ui.LauncherUI', ], rules: [ { matches: [ '[text="支付成功"]', '[text*="¥"||text*="¥"]', '[text="完成"||text="返回商家"]', ], snapshotUrls: [ 'https://i.gkd.li/i/14399355', 'https://i.gkd.li/i/14558398', 'https://i.gkd.li/i/14662147', 'https://i.gkd.li/i/16215946', 'https://i.gkd.li/i/18348017', ], excludeSnapshotUrls: [ 'https://i.gkd.li/i/14532946', // 避免在此页面误触 ], }, ], },
规则可以正常匹配,且之前版本(具体哪个版本开始不行的不太确定)正常,且未更新微信APP。
可以正常点击触发规则。悬浮按钮可以正常显示。
无法正常触发点击规则。悬浮按钮无法正常显示。
The text was updated successfully, but these errors were encountered:
复现视频
Sorry, something went wrong.
No branches or pull requests
日志文件
log-1741326820199.zip
BUG描述(文字/截图/视频)
以微信支付页面为例,之前的版本规则可以正常触发。
最近的版本无法触发规则,且悬浮按钮也无法正常显示。
快照:
https://i.gkd.li/i/19121036
规则:
规则可以正常匹配,且之前版本(具体哪个版本开始不行的不太确定)正常,且未更新微信APP。
期望行为(文字/截图/视频)
可以正常点击触发规则。悬浮按钮可以正常显示。
实际行为(文字/截图/视频)
无法正常触发点击规则。悬浮按钮无法正常显示。
The text was updated successfully, but these errors were encountered: