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

[BUG] 部分页面无法触发规则 #909

Open
aoguai opened this issue Mar 7, 2025 · 1 comment
Open

[BUG] 部分页面无法触发规则 #909

aoguai opened this issue Mar 7, 2025 · 1 comment

Comments

@aoguai
Copy link

aoguai commented Mar 7, 2025

日志文件

log-1741326820199.zip

BUG描述(文字/截图/视频)

以微信支付页面为例,之前的版本规则可以正常触发。
最近的版本无法触发规则,且悬浮按钮也无法正常显示。

快照:
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', // 避免在此页面误触
          ],
        },
      ],
    },

Image

规则可以正常匹配,且之前版本(具体哪个版本开始不行的不太确定)正常,且未更新微信APP。

期望行为(文字/截图/视频)

可以正常点击触发规则。悬浮按钮可以正常显示。

实际行为(文字/截图/视频)

无法正常触发点击规则。悬浮按钮无法正常显示。

@aoguai
Copy link
Author

aoguai commented Mar 7, 2025

复现视频

3568888d74186337dd3053ce971967ba.mp4

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

1 participant