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] 通通锁 #680

Closed
zynfly opened this issue Jan 5, 2025 · 28 comments
Closed

[Bug] 通通锁 #680

zynfly opened this issue Jan 5, 2025 · 28 comments

Comments

@zynfly
Copy link

zynfly commented Jan 5, 2025

请提供 误触界面/出现问题界面 的快照(不要提供截图!!!),也可补充说明

https://i.gkd.li/i/18309329

请说明是哪一条规则 误触/出现问题(文字/触发记录界面截图)

{
id: 'com.tongtongsuo.app',
name: '通通锁',
groups: [
{
name: '全屏广告-弹窗广告',
key: 1,
desc: '点击关闭',
enable: false,
fastQuery: true,
actionMaximum: 1,
matchTime: 10000,
resetMatch: 'app',
rules: [
{
matches: [
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]'
],
snapshotUrls: [
'https://i.gkd.li/i/18296115'
],
exampleUrls: [
'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6'
],
activityIds: [
'com.scaf.android.client.activity.DoorkeyControlPanelActivity'
]
}
]
}
]
}

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

会进入广告

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

关闭订阅里的导入这个试试

{
  id: 'com.tongtongsuo.app',
  name: '通通锁',
  groups: [
    {
      key: 1,
      name: '全屏广告-弹窗广告',
      desc: '点击关闭',
      fastQuery: true,
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      rules: [
        {
          actionDelay: 500,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6',
          snapshotUrls: 'https://i.gkd.li/i/18296115',
        },
      ],
    },
  ],
}

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

这个不触发

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

这个不触发

发快照

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

https://i.gkd.li/i/18309329
https://i.gkd.li/i/18309567
https://i.gkd.li/i/18309569

这三个都没有触发

中间有一个误触 我没有截下来

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

删除之前导入的再导入这个

{
  id: 'com.tongtongsuo.app',
  name: '通通锁',
  groups: [
    {
      key: 1,
      name: '全屏广告-弹窗广告',
      desc: '点击关闭',
      fastQuery: true,
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      rules: [
        {
          actionDelay: 800,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6',
          snapshotUrls: 'https://i.gkd.li/i/18296115',
        },
        {
          actionDelay: 800,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/d4ce9699-27f6-4191-92fd-7cab78632299',
          snapshotUrls: 'https://i.gkd.li/i/18309574',
        },
      ],
    },
  ],
}

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

WeChat_20250105161623.mp4

不太对劲,你看一下我这个录屏

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

误触那一次是自动的,其他的都是我手工关的广告。

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

订阅里的关掉了吗

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

去掉了次数和匹配时间限制

{
  id: 'com.tongtongsuo.app',
  name: '通通锁',
  groups: [
    {
      key: 1,
      name: '全屏广告-弹窗广告',
      desc: '点击关闭',
      fastQuery: true,
      rules: [
        {
          actionDelay: 800,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6',
          snapshotUrls: 'https://i.gkd.li/i/18296115',
        },
        {
          actionDelay: 800,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/d4ce9699-27f6-4191-92fd-7cab78632299',
          snapshotUrls: 'https://i.gkd.li/i/18309574',
        },
      ],
    },
  ],
}

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

新的这个比较好用,测试了10次左右,其中有两次误触。
只截取了一次误触的快照
https://i.gkd.li/i/18309589

订阅里面的已经关掉了。

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

https://i.gkd.li/i/18309593
又出现一次未点击

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

{
  id: 'com.tongtongsuo.app',
  name: '通通锁',
  groups: [
    {
      key: 1,
      name: '全屏广告-弹窗广告',
      desc: '点击关闭',
      fastQuery: true,
      rules: [
        {
          key: 1,
          actionDelay: 1000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6',
          snapshotUrls: 'https://i.gkd.li/i/18296115',
        },
        {
          key: 2,
          actionDelay: 1000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/d4ce9699-27f6-4191-92fd-7cab78632299',
          snapshotUrls: 'https://i.gkd.li/i/18309574',
        },
        {
          key: 3,
          actionDelay: 1000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] - FrameLayout[childCount>2] >3 [text^="立即" || text$="应用" || text="了解更多" || text="查看详情"]',
          exampleUrls: 'https://e.gkd.li/0d576ac2-9821-4e7e-b398-fef3427ad7c2',
          snapshotUrls: 'https://i.gkd.li/i/18309593',
        },
      ],
    },
  ],
}

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

之前导入的规则删掉了吗

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

删掉了 每次都是删掉加新的

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

发一个录屏看看

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

https://i.gkd.li/i/18309636 这个误触

然后还有新的大广告我没截到,正在尝试

这软件有点恶心

e1ce179f7af01aeae9ab08f3973ba950.mp4

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

都延迟1秒触发了还会误触,我不知道怎么解决

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

我改成1500还是有误触

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

2000一样有误触,跟延迟好像关系不大。

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

这种广告误触一般加个0.5秒的延迟就行了,不知道为什么这个软件不行

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

动画弹出的很少误触,秒出的反而误触很多

@AIsouler
Copy link
Owner

AIsouler commented Jan 5, 2025

如果你手速够快的话可以截一下广告刚出现但是还没完全出现的快照,或者你可以试试其他类似gkd的软件(比如李跳跳)自建规则看看会不会误触

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

我试试去,整个一指禅

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

https://i.gkd.li/i/18309693

刚测试了 一指禅不太行。
又遇到了个新广告 这软件广告有点忒多了。

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

{
  id: 'com.tongtongsuo.app',
  name: '通通锁',
  groups: [
    {
      key: 1,
      name: '全屏广告-弹窗广告',
      desc: '点击关闭',
      fastQuery: true,
      rules: [
        {
          key: 1,
          actionDelay: 2000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/09628cf0-3004-439f-9bfd-68a085b0bda6',
          snapshotUrls: 'https://i.gkd.li/i/18296115',
        },
        {
          key: 2,
          actionDelay: 2000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
          exampleUrls: 'https://e.gkd.li/d4ce9699-27f6-4191-92fd-7cab78632299',
          snapshotUrls: 'https://i.gkd.li/i/18309574',
        },
        {
          key: 3,
          actionDelay: 2000,
          activityIds:
            'com.scaf.android.client.activity.DoorkeyControlPanelActivity',
          matches:
            '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] - FrameLayout[childCount>2] >3 [text^="立即" || text$="应用" || text="了解更多" || text="查看详情"]',
          exampleUrls: 'https://e.gkd.li/0d576ac2-9821-4e7e-b398-fef3427ad7c2',
          snapshotUrls: 'https://i.gkd.li/i/18309593',
        },
        {
          key: 4,
          actionDelay: 2000,
          activityIds:
            'com.beizi.ad.internal.activity.BeiZiInterstitialActivity',
          matches:
            '@ImageView[vid="beizi_interstitial_ad_close_iv"]',
          exampleUrls: 'https://e.gkd.li/0d576ac2-9821-4e7e-b398-fef3427ad7c2',
          snapshotUrls: 'https://i.gkd.li/i/18309693',
        },
      ],
    },
  ],
}

看起来暂时能用了。。。但是我不确定我最新写的这个规则是否ok,exampleUrls 这个图片我这装了油猴插件也上传不了。

@zynfly
Copy link
Author

zynfly commented Jan 5, 2025

https://i.gkd.li/i/18309739 又一种新的广告。
https://i.gkd.li/i/18309693 再加上这个 应该是齐全了。

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

2 participants