From b1f23db6cfbf0c9028a70878db51f16eeda9d4ba Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:56:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E9=A6=96=E9=A1=B5-?= =?UTF-8?q?=E6=B5=AE=E5=B1=82=E5=B9=BF=E5=91=8A=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=81=E9=A6=96=E9=A1=B5-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index ccc5959d..5d3fe7de 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -40,18 +40,12 @@ export default defineAppConfig({ key: 3, name: '首页-浮层广告', activityIds: 'com.jingdong.app.mall.MainFrameActivity', - rules: [ - { - key: 0, - matches: - '@[desc^="关闭浮层"] n * > [desc^="关闭浮层"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13165659', + 'https://i.gkd.li/import/12837870', + 'https://i.gkd.li/import/13072091', + 'https://i.gkd.li/import/12837870', ], }, { @@ -72,6 +66,14 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 5, + name: '首页-弹窗广告', + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + rules: 'FrameLayout > [desc="关闭"]', + snapshotUrls: ['https://i.gkd.li/import/13165721'], + }, { enable: false, key: 10,