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

Commit

Permalink
feat(拼多多): 多多视频每日自动签到新ActivityId
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowonet authored Nov 16, 2023
1 parent 4782582 commit 53a2e81
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,26 @@ export default defineAppConfig({
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
activityIds: ['com.xunmeng.pinduoduo.ui.activity.HomeActivity'],
activityIds: [
'com.xunmeng.pinduoduo.ui.activity.HomeActivity'

Check failure on line 138 in src/apps/com.xunmeng.pinduoduo.ts

View workflow job for this annotation

GitHub Actions / check

Invalid character.
'com.bbk.launcher2.Launcher',
],
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 53a2e81

Please sign in to comment.