Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(拼多多): 多多视频每日自动签到新ActivityId (#2153)
Browse files Browse the repository at this point in the history
* feat(拼多多): 多多视频每日自动签到新ActivityId

* Update com.xunmeng.pinduoduo.ts

* feat(拼多多): 多多视频每日自动签到

---------

Co-authored-by: lisonge <[email protected]>
  • Loading branch information
xiaowonet and lisonge authored Nov 16, 2023
1 parent f48f264 commit c6c687b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,24 @@ export default defineAppConfig({
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
matchLauncher: true,
activityIds: ['com.xunmeng.pinduoduo.ui.activity.HomeActivity'],
rules: [
{
key: 0,
name: '自动签到',
action: 'clickCenter',
matches: ['FrameLayout > TextView[text="领取今日现金"]'],
snapshotUrls: 'https://i.gkd.li/import/13201422',
snapshotUrls: [
'https://i.gkd.li/import/13201422', //com.xunmeng.pinduoduo.ui.activity.HomeActivity
'https://i.gkd.li/import/13372677', //com.bbk.launcher2.Launcher
],
},
{
key: 1,
preKeys: [0],
name: '在签到后关闭弹窗',
action: 'clickCenter',
matches: ['FrameLayout > TextView[text="明日继续来领"]'],
snapshotUrls: 'https://i.gkd.li/import/13205634',
},
Expand Down

0 comments on commit c6c687b

Please sign in to comment.