From a7d7ccc367c222b653e4be736ec559e09a3f6a6d Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:46:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=BC=E5=A4=9A=E5=A4=9A):=20=E5=A4=9A?= =?UTF-8?q?=E5=A4=9A=E8=A7=86=E9=A2=91=E6=AF=8F=E6=97=A5=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=20(#1602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunmeng.pinduoduo.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index f7cac221..fdf2c6bf 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -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', + }, + ], + }, ], });