From c4f98eee7cf015149891e8e98cfcfd1e68dea960 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:14:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=85=E9=9B=B7):=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=86=85=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#3413)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunlei.downloadprovider.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.xunlei.downloadprovider.ts b/src/apps/com.xunlei.downloadprovider.ts index dd62340d..a65120a4 100644 --- a/src/apps/com.xunlei.downloadprovider.ts +++ b/src/apps/com.xunlei.downloadprovider.ts @@ -182,6 +182,15 @@ export default defineAppConfig({ '[text="广告"] <2 ViewGroup -2 ViewGroup >n [text="跳过"] + ImageView', snapshotUrls: 'https://i.gkd.li/import/12881976', }, + { + key: 32, + activityIds: 'com.xunlei.downloadprovider.frame.MainTabActivity', + matches: [ + 'ViewGroup[childCount=2] > ImageView + TextView[text="广告"]', + 'ViewGroup[childCount=1] > @ViewGroup[childCount=1][clickable=true] > ImageView[childCount=0]', + ], + snapshotUrls: 'https://i.gkd.li/import/13761275', + }, { key: 2, activityIds: 'com.xunlei.downloadprovider.frame.MainTabActivity',