From 0d959eb71c97857bae8da3b80e80f6e886f89f29 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 14 Mar 2024 13:35:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=BC=E5=A4=9A=E5=A4=9A):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=A4=9A=E5=A4=9A=E4=B9=B0?= =?UTF-8?q?=E8=8F=9C=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunmeng.pinduoduo.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index 5be848003..c927eb549 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -132,10 +132,11 @@ export default defineAppConfig({ }, { key: 5, - name: '全屏广告-多多买菜抽奖弹窗', + name: '全屏广告-多多买菜弹窗', desc: '点击关闭', rules: [ { + key: 0, activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity', matches: 'View[childCount=1] > Button[id=null][text="关闭弹窗"][clickable=true]', @@ -143,6 +144,16 @@ export default defineAppConfig({ 'https://m.gkd.li/57941037/b6b638d0-9e99-4e4a-89ea-f2539a46cf56', snapshotUrls: 'https://i.gkd.li/i/12642053', }, + { + key: 1, + quickFind: true, + activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity', + matches: + '@ViewGroup[clickable=true][visibleToUser=true] - * > [index=2] >2 [text="连领7天 今日可领"]', + exampleUrls: + 'https://m.gkd.li/57941037/059c82cd-cc70-4611-b3ab-c3c6c7e35f22', + snapshotUrls: 'https://i.gkd.li/i/14596990', + }, ], }, {