feat(拼多多): 其他-登录提现页面点击[跳过]

This commit is contained in:
AIsouler
2024-10-21 11:03:00 +08:00
parent 3a73c31a44
commit 88e822e0f4

View File

@@ -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',
},
],
},
], ],
}); });