gkd-kit / subscription

GKD 默认订阅规则
2.68k stars 386 forks source link

腾讯视频 #4118

Closed 7liangcheng closed 10 months ago

7liangcheng commented 10 months ago

腾讯视频开屏广告不跳过 https://i.gkd.li/import/14120966

AIsouler commented 10 months ago
{
  id: 'com.tencent.qqlive',
  name: '腾讯视频',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      quickFind: true,
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      rules: [
        {
          action: 'clickCenter',
          matches: 'TextView[text*="跳过"][text.length<=10]',
          exampleUrls: 'https://m.gkd.li/57941037/ef0e4879-2b0b-4db8-95ba-7389b55325e5',
          snapshotUrls: 'https://i.gkd.li/import/14049316',
        },
      ],
    },
  ],
}
7liangcheng commented 10 months ago
{
  id: 'com.tencent.qqlive',
  name: '腾讯视频',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      quickFind: true,
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      rules: [
        {
          action: 'clickCenter',
          matches: 'TextView[text*="跳过"][text.length<=10]',
          exampleUrls: 'https://m.gkd.li/57941037/ef0e4879-2b0b-4db8-95ba-7389b55325e5',
          snapshotUrls: 'https://i.gkd.li/import/14049316',
        },
      ],
    },
  ],
}

我应该怎样使用

AIsouler commented 10 months ago
{
  id: 'com.tencent.qqlive',
  name: '腾讯视频',
  groups: [
    {
      key: 1,
      name: '开屏广告',
      quickFind: true,
      matchTime: 10000,
      actionMaximum: 1,
      resetMatch: 'app',
      rules: [
        {
          action: 'clickCenter',
          matches: 'TextView[text*="跳过"][text.length<=10]',
          exampleUrls: 'https://m.gkd.li/57941037/ef0e4879-2b0b-4db8-95ba-7389b55325e5',
          snapshotUrls: 'https://i.gkd.li/import/14049316',
        },
      ],
    },
  ],
}

我应该怎样使用 导入到本地订阅 不过这个问题在下版本会修复,你要是不急的话可以等更新