From a19fdb3a5791d790e384a70c8f4277006ccd8cf1 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:22:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=BC=E5=A4=9A=E5=A4=9A):=E4=B8=8B?= =?UTF-8?q?=E5=8D=95=E6=88=90=E5=8A=9F=E9=82=80=E8=AF=B7=E5=A5=BD=E5=8F=8B?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#3859)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: AIsouler <57941037+AIsouler@users.noreply.github.com> --- src/apps/com.xunmeng.pinduoduo.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index 24bef8d07..771681b68 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -218,5 +218,18 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13925380', // checked=true ], }, + { + key: 12, + quickFind: true, + name: '全屏广告-下单成功邀请好友弹窗', + desc: '点击X', + rules: [ + { + activityIds: 'com.xunmeng.pinduoduo.activity.NewPageMaskActivity', + matches: '[id="com.xunmeng.pinduoduo:id/pdd"] >7 [text="关闭弹窗"]', + snapshotUrls: 'https://i.gkd.li/import/13927594', + }, + ], + }, ], });