From 8aeb35c9fd6a20fee0732cf08b9bc23ed0184bf1 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:12:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E6=97=B6=E5=85=89=E8=AE=BE=E5=A4=87=E9=97=B4-=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=82=B9=E5=87=BB=E2=80=9C=E5=BC=80=E5=BF=83=E6=94=B6?= =?UTF-8?q?=E4=B8=8B=E2=80=9D=20(#2919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(阿里云盘): 时光设备间-自动点击“开心收下” * chore(actions): check_format_lint --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] --- src/apps/com.alicloud.databox.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index 17ac9de4..bd77dab0 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -33,5 +33,16 @@ export default defineAppConfig({ rules: '[text^="好运盲盒"] >n View > Image + TextView[clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13228610', }, + { + key: 2, + name: '时光设备间-自动点击“开心收下”', + activityIds: + 'com.alipay.mobile.nebulax.integration.mpaas.activity.NebulaActivity$Main', + actionMaximum: 1, + resetMatch: 'activity', + matchTime: 10000, + rules: 'View[childCount=9] > @Image -2 View[childCount=5]', + snapshotUrls: 'https://i.gkd.li/import/13596924', + }, ], });