mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user