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

This commit is contained in:
xiaowonet 2023-10-30 23:46:25 +08:00 committed by GitHub
parent 96da70253b
commit a7d7ccc367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,5 +107,29 @@ export default defineAppConfig({
rules: '[id="com.xunmeng.pinduoduo:id/iv_float_window_close"] > TextView',
snapshotUrls: 'https://i.gkd.li/import/13178326',
},
{
enable: false,
key: 9,
name: '多多视频每日自动签到',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'activity',
activityIds: ['com.xunmeng.pinduoduo.ui.activity.HomeActivity'],
rules: [
{
key: 0,
desc: '自动签到',
matches: ['FrameLayout > TextView[text="领取今日现金"]'],
snapshotUrls: 'https://gkd-kit.gitee.io/import/13201422',
},
{
key: 1,
preKeys: [0],
desc: '在签到后关闭弹窗',
matches: ['FrameLayout > TextView[text="明日继续来领"]'],
snapshotUrls: 'https://gkd-kit.gitee.io/import/13205634',
},
],
},
],
});