Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,25 +185,35 @@ export default defineAppConfig({
{
enable: false,
key: 10,
name: '多多视频-划到广告自动跳过',
name: '局部广告-多多视频划到广告自动跳过',
desc: '点击返回自动刷新,从而跳过广告',
quickFind: true,
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
rules: [
{
key: 0,
matches: [
'TextView[text="正在直播"]',
'@ImageView[desc="返回"] <4 ViewGroup <<3 FrameLayout[id="android:id/content"]',
],
snapshotUrls: 'https://i.gkd.li/import/13446291',
},
{
actionMaximumKey: 0,
matches: [
'TextView[text="查看更多低价商品"]',
'@ImageView[desc="返回"] <4 ViewGroup <<3 FrameLayout[id="android:id/content"]',
],
snapshotUrls: 'https://i.gkd.li/import/13791119',
},
{
actionMaximumKey: 0,
matches: [
'TextView[text^="必得"] < FrameLayout - FrameLayout > TextView[text="下单"]',
'@ImageView[desc="返回"] <4 ViewGroup <<3 FrameLayout[id="android:id/content"]',
],
snapshotUrls: 'https://i.gkd.li/import/13852257',
},
],
},
{
Expand Down