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

[Feature] TCL的多屏互动app请求适配,全局广告失效 #694

Closed
bobzjh opened this issue Jan 10, 2025 · 11 comments
Closed

[Feature] TCL的多屏互动app请求适配,全局广告失效 #694

bobzjh opened this issue Jan 10, 2025 · 11 comments

Comments

@bobzjh
Copy link

bobzjh commented Jan 10, 2025

请提供 需要适配界面 的快照(不要提供截图!!!),也可补充说明

全局广告失效 https://i.gkd.li/i/18368988

@AIsouler
Copy link
Owner

AIsouler commented Jan 10, 2025

这个广告出现的时候会有点击提示吗,如果有可以试试在高级设置里开启shizuku模拟点击看看会不会跳过

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

这个广告出现的时候会有点击提示吗,如果有可以试试在高级设置里开启shizuku模拟点击看看会不会跳过

有的,没起作用,点击的时候那个跳过的按钮还没出来.

@AIsouler
Copy link
Owner

点击的时候那个跳过的按钮还没出来

发一下这个时候的快照

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

点击的时候那个跳过的按钮还没出来

发一下这个时候的快照

https://i.gkd.li/i/18370963

@AIsouler
Copy link
Owner

导入到本地订阅试试

{
  id: 'com.tnscreen.main',
  name: '多屏互动',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          matches: 'LinearLayout[childCount>0] + LinearLayout > [text*="跳过"][text.length<10][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb',
          snapshotUrls: 'https://i.gkd.li/i/18368988',
        },
      ],
    },
  ],
}

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

延迟生效起作用了,但是没有点击跳过 https://i.gkd.li/i/18371097

@AIsouler
Copy link
Owner

试试这个呢

{
  id: 'com.tnscreen.main',
  name: '多屏互动',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          matches: 'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb',
          snapshotUrls: 'https://i.gkd.li/i/18368988',
        },
      ],
    },
  ],
}

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

试试这个呢

{
  id: 'com.tnscreen.main',
  name: '多屏互动',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          matches: 'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb',
          snapshotUrls: 'https://i.gkd.li/i/18368988',
        },
      ],
    },
  ],
}

没效果
https://i.gkd.li/i/18371252

@AIsouler
Copy link
Owner

这个

{
  id: 'com.tnscreen.main',
  name: '多屏互动',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 2,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          matches: 'LinearLayout[childCount>0] + LinearLayout[vid="welcome_ad_view_skip"][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/d14f7876-892f-4a25-aa1f-0f7500be52cb',
          snapshotUrls: 'https://i.gkd.li/i/18368988',
        },
      ],
    },
  ],
}

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

这次可以了

@bobzjh
Copy link
Author

bobzjh commented Jan 10, 2025

这个app中间会弹全屏广告,令人发指,能解决吗? https://i.gkd.li/i/18371332

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