From fc7b09378e74ff9f0933a596950364d88a2939c2 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:06:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=E3=80=81?= =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E5=BA=95=E9=83=A8=E6=A8=AA=E5=B9=85?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1853)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 1eb00f0e..4c3e575b 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -59,7 +59,7 @@ export default defineAppConfig({ { enable: false, key: 3, - name: '首页-浮层广告', + name: '首页-右侧浮层广告', activityIds: 'com.jingdong.app.mall.MainFrameActivity', rules: 'RelativeLayout >n * > [desc^="关闭浮层"]', snapshotUrls: [ @@ -108,9 +108,30 @@ export default defineAppConfig({ { key: 2, activityIds: 'com.jingdong.app.mall.MainFrameActivity', - matches: '[desc="弹窗"] + [desc="关闭按钮"]', - snapshotUrls: 'https://i.gkd.li/import/13241883', + matches: '@[desc="关闭按钮"] n *[desc="弹窗"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13241883', + 'https://i.gkd.li/import/132599029', + ], }, + { + key: 3, + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + matches: 'RelativeLayout > ImageView[desc="关闭页面"]', + snapshotUrls: 'https://i.gkd.li/import/13258996', + }, + ], + }, + { + enable: false, + key: 6, + name: '首页-底部横幅广告', + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + rules: 'ImageView < FrameLayout - FrameLayout > ImageView[desc="关闭"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13258973', + 'https://i.gkd.li/import/13258980', + 'https://i.gkd.li/import/13258981', ], }, {