From 75a660b9a87c6fa5d7bb3b9264b84564bf23a5e9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:50:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AC=A1=E5=85=83=E5=9F=8E=E5=8A=A8?= =?UTF-8?q?=E6=BC=AB):=20=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#3091)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts index 8a198e6e..ab207de3 100644 --- a/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts +++ b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts @@ -27,18 +27,30 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - activityIds: 'com.jarworld.bleach.bvn.sjm.cyc.MainActivity', rules: [ { + key: 0, + activityIds: 'com.jarworld.bleach.bvn.sjm.cyc.MainActivity', quickFind: true, matches: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/13626949', }, { + key: 1, + activityIds: 'com.jarworld.bleach.bvn.sjm.cyc.MainActivity', matches: '[id="com.jarworld.bleach.bvn.sjm.cyc:id/ksad_container"] ViewGroup[childCount=1] > @ViewGroup[clickable=true][childCount=1] > ImageView', snapshotUrls: 'https://i.gkd.li/import/13626950', }, + { + key: 2, + activityIds: 'com.kwad.sdk.api.proxy.app.KsRewardVideoActivity', + matches: [ + 'WebView > View > View > [text="广告"]', + 'ViewGroup[childCount=2] > @ViewGroup[childCount=1] > ImageView[childCount=0]', + ], + snapshotUrls: 'https://i.gkd.li/import/13635410', + }, ], }, ],