From 88e822e0f4352f6ad1a44172f2cd6a6f7a43e1d7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 21 Oct 2024 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=BC=E5=A4=9A=E5=A4=9A):=20=E5=85=B6?= =?UTF-8?q?=E4=BB=96-=E7=99=BB=E5=BD=95=E6=8F=90=E7=8E=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=82=B9=E5=87=BB[=E8=B7=B3=E8=BF=87]?= 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, 13 insertions(+) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index f7b519c8..afdf0aa6 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -493,5 +493,18 @@ export default defineGkdApp({ }, ], }, + { + key: 20, + name: '其他-登录提现页面点击[跳过]', + rules: [ + { + fastQuery: true, + activityIds: '.login.LoginActivity', + matches: ['[text="已获得现金"]', '[text="跳过"]'], + exampleUrls: 'https://e.gkd.li/4197b363-3492-4f87-a9dd-109da67bb3bf', + snapshotUrls: 'https://i.gkd.li/i/17450614', + }, + ], + }, ], });