From 9961ab260ebcc872c8c344f59f79a3680aa75f17 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:18:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=90=E6=A9=99):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2642)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2629 --- src/apps/com.mm.android.lc.ts | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/apps/com.mm.android.lc.ts b/src/apps/com.mm.android.lc.ts index 87dec464..9255ce3f 100644 --- a/src/apps/com.mm.android.lc.ts +++ b/src/apps/com.mm.android.lc.ts @@ -7,9 +7,20 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.mm.android.lc.login.LCAdvertActivity', - rules: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12774801', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/12774801', + }, + { + quickFind: true, + matches: '[id="com.mm.android.lc:id/advert_countdown_view"]', + snapshotUrls: 'https://i.gkd.li/import/13454719', + }, + ], }, ], });