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', + }, ], }, ],