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] 淘宝开屏广告 #651

Closed
lq666-bit opened this issue Dec 24, 2024 · 8 comments
Closed

[Feature] 淘宝开屏广告 #651

lq666-bit opened this issue Dec 24, 2024 · 8 comments

Comments

@lq666-bit
Copy link

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

淘宝_TBOrderListActivity-1735040486490.zip

@AIsouler
Copy link
Owner

在这个广告页面的时候有点击提示吗?

@lq666-bit
Copy link
Author

lq666-bit commented Dec 24, 2024 via email

@AIsouler
Copy link
Owner

在高级设置里开启 shizuku模拟点击 看看能不能跳过

@lq666-bit
Copy link
Author

lq666-bit commented Dec 24, 2024 via email

@AIsouler
Copy link
Owner

导入这个试试呢

{
  id: 'com.taobao.taobao',
  name: '淘宝',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          action: 'clickCenter',
          matches: '[vid*="close"] > [text*="跳过"][text.length<10][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/912377a8-c446-4780-8fc9-76f3ae62c61e',
          snapshotUrls: 'https://i.gkd.li/i/18239310',
        },
      ],
    },
  ],
}

@AIsouler
Copy link
Owner

AIsouler commented Dec 24, 2024

如果上面那个不行就导入这个试试,记得把之前导入的删掉

{
  id: 'com.taobao.taobao',
  name: '淘宝',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          actionDelay: 1000,
          action: 'clickCenter',
          matches: '[vid*="close"] > [text*="跳过"][text.length<10][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/912377a8-c446-4780-8fc9-76f3ae62c61e',
          snapshotUrls: 'https://i.gkd.li/i/18239310',
        },
      ],
    },
  ],
}

@AIsouler
Copy link
Owner

如果还不行就导入这个试试,记得把之前导入的删掉

{
  id: 'com.taobao.taobao',
  name: '淘宝',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      matchTime: 10000,
      actionMaximum: 2,
      resetMatch: 'app',
      priorityTime: 10000,
      rules: [
        {
          fastQuery: true,
          actionDelay: 1000,
          action: 'clickCenter',
          matches: '[vid*="close"] > [text*="跳过"][text.length<10][visibleToUser=true]',
          exampleUrls: 'https://e.gkd.li/912377a8-c446-4780-8fc9-76f3ae62c61e',
          snapshotUrls: 'https://i.gkd.li/i/18239310',
        },
      ],
    },
  ],
}

@lq666-bit
Copy link
Author

lq666-bit commented Dec 24, 2024 via email

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