feat(拼多多): 多多视频-划到广告自动跳过 (#2430)

* feat(拼多多): 多多视频-划到广告自动跳过

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
xiaowonet
2023-11-24 00:03:36 +08:00
committed by GitHub
parent f2d6474610
commit 8c1bdaf574

View File

@@ -157,5 +157,20 @@ export default defineAppConfig({
}, },
], ],
}, },
{
enable: false,
key: 10,
name: '多多视频-划到广告自动跳过',
desc: '点击返回自动刷新,从而跳过广告',
quickFind: true,
rules: [
{
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
matches:
'@ImageView[desc=\'返回\'] -3 ViewPager >19 TextView[text=\'正在直播\']',
snapshotUrls: 'https://i.gkd.li/import/13446291',
},
],
},
], ],
}); });