From da4be4a2440a97a3a9a5e8ddbb8c1d3909e9ec7b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:26:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E7=95=8C=E9=9D=A2-=E7=A0=B8=E9=87=91=E8=9B=8B,=20?= =?UTF-8?q?=E6=88=91=E7=9A=84=E7=95=8C=E9=9D=A2-=E5=8F=82=E4=B8=8E?= =?UTF-8?q?=E8=B0=83=E7=A0=94=20(#121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jingdong.app.mall.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index a978451b..e13800d8 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -11,5 +11,22 @@ export default defineAppConfig({ rules: '[desc$="广告"] +2 [desc="跳过"] > [text="跳过"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12519430', }, + { + enable: false, + key: 1, + name: '购物车界面-砸金蛋', + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + rules: '[id="com.jd.lib.cart.feature:id/iv_egg_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642266', + }, + { + enable: false, + key: 2, + name: '我的界面-参与调研', + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + rules: + 'RelativeLayout > ImageView[text=null][id^="com.jd.lib.personal.feature:id"] + ImageView[text=null][id^="com.jd.lib.personal.feature:id"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642270', + }, ], });