From 09c3871ed7f74853b016c7b49bfc3218691b5113 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 12:51:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-"=E3=80=8C0=E5=85=83=E4=B8=8B=E5=8D=95=E3=80=8D?= =?UTF-8?q?=E6=9D=83=E7=9B=8A"=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 0289db31..6591e309 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -232,5 +232,21 @@ export default defineAppConfig({ }, ], }, + { + key: 18, + name: '功能类-"「0元下单」权益"弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '[text="关闭"] < @FrameLayout[clickable=true] <3 FrameLayout[childCount=3] < * + FrameLayout[childCount=3] [text*="0元下单"]', + exampleUrls: + 'https://m.gkd.li/57941037/a35c954d-5162-463c-aee3-b72b9c2d6625', + snapshotUrls: 'https://i.gkd.li/import/14155537', + }, + ], + }, ], });