From a9395ec46deb60a84e22c71b5b632cbd058658ed Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:19:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E6=85=A7=E6=A0=91):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89=E3=80=81=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=20(#3774)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hyww.wisdomtree.ts | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/apps/com.hyww.wisdomtree.ts b/src/apps/com.hyww.wisdomtree.ts index 171b64a4..f8bbae6d 100644 --- a/src/apps/com.hyww.wisdomtree.ts +++ b/src/apps/com.hyww.wisdomtree.ts @@ -6,15 +6,31 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '弹窗广告', + name: '全屏广告', rules: [ { key: 0, name: '百度广告', activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', matches: - '@ImageView[clickable=true] + RelativeLayout > RelativeLayout[childCount=6] > ImageView[childCount=0][index=5]', - snapshotUrls: 'https://i.gkd.li/import/13799876', + '[id="android:id/content"] >n RelativeLayout[childCount<=3] > ImageView[clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/import/13799876', + 'https://i.gkd.li/import/13852024', + ], + }, + ], + }, + { + key: 2, + name: '局部广告', + rules: [ + { + key: 0, + name: '信息流广告', + quickFind: true, + matches: '[vid="time_line_type"] < * > [vid="rl_down"]', + snapshotUrls: 'https://i.gkd.li/import/13852023', }, ], },