From 8d4279e1a72949382d9173f776935b41740b8d7a Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:59:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=83=E7=8C=AB=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E5=B0=8F=E8=AF=B4):=20=E7=99=BE=E5=BA=A6=E3=80=81=E8=85=BE?= =?UTF-8?q?=E8=AE=AF=E5=B9=BF=E5=91=8A=20(#2584)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2568 --- src/apps/com.kmxs.reader.ts | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/apps/com.kmxs.reader.ts b/src/apps/com.kmxs.reader.ts index ba453631..cf2d6936 100644 --- a/src/apps/com.kmxs.reader.ts +++ b/src/apps/com.kmxs.reader.ts @@ -98,7 +98,7 @@ export default defineAppConfig({ }, { key: 1, - name: '点击叉号', + name: '点击【x】', quickFind: true, matches: '[id="com.byted.pangle:id/tt_reward_full_count_down_after_close"]', @@ -106,5 +106,37 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 6, + name: '【百度】全屏广告', + desc: '此规则有概率误触或失效,请谨慎选择开启。', + activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', + rules: [ + { + key: 0, + name: '点击【x】', + matches: + 'RelativeLayout > RelativeLayout + ImageView + ImageView[clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13472957', + }, + ], + }, + { + enable: false, + key: 7, + name: '【腾讯】全屏广告', + desc: '此规则有概率误触或失效,请谨慎选择开启。', + activityIds: 'com.qq.e.ads.PortraitADActivity', + rules: [ + { + key: 0, + name: '点击【x】', + matches: + 'FrameLayout[childCount=10] > FrameLayout[index=3] > FrameLayout > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13472955', + }, + ], + }, ], });