From b5e17a854510c087c425fd42ba69debd0a3fcc4b Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:15:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=90=9C=E4=B9=A6=E5=A4=A7=E5=B8=88):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96(gkd-kit#3375)=20(#3546)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3375 --- src/apps/com.flyersoft.seekbooks.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/apps/com.flyersoft.seekbooks.ts b/src/apps/com.flyersoft.seekbooks.ts index d2b3ba71..0dc0a425 100644 --- a/src/apps/com.flyersoft.seekbooks.ts +++ b/src/apps/com.flyersoft.seekbooks.ts @@ -7,15 +7,23 @@ export default defineAppConfig({ { key: 1, name: '开屏广告', - quickFind: true, - activityIds: ['com.flyersoft.seekbooks.ActivityMain'], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { + key: 0, matches: '[id="com.flyersoft.seekbooks:id/splash_container1"] >5 [text^="跳过"][text.length<=3]', snapshotUrls: 'https://i.gkd.li/import/12857275', }, + { + key: 1, + matches: + 'FrameLayout > TextView[text=null] - View[visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/import/13797352', + }, ], }, ],