From 2140b82e8d1aa7514e3499d4d6231eee2eecbfee Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 6 Apr 2024 12:51:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9A=AE=E7=9A=AE=E8=99=BE):=20=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sup.android.superb.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.sup.android.superb.ts b/src/apps/com.sup.android.superb.ts index b3a5d28a..4ad3d7c9 100644 --- a/src/apps/com.sup.android.superb.ts +++ b/src/apps/com.sup.android.superb.ts @@ -108,5 +108,26 @@ export default defineAppConfig({ }, ], }, + { + key: 11, + name: '分段广告-信息流广告', + desc: '点击展开-点击[不感兴趣]', + activityIds: 'com.sup.android.base.MainActivity', + rules: [ + { + key: 0, + matches: + 'RecyclerView > FrameLayout[id!=null] >6 ImageView[clickable=true]', + snapshotUrls: 'https://i.gkd.li/i/14886478', + }, + { + preKeys: [0], + key: 1, + quickFind: true, + matches: '@[clickable=true] > [text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/i/14886477', + }, + ], + }, ], });