From 788123afa1a286bd02bdbf490f369c246a80e2f0 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:36:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=83=E5=8A=A8=E6=97=A5=E5=B8=B8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#2832)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.youloft.icloser.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/apps/com.youloft.icloser.ts b/src/apps/com.youloft.icloser.ts index 1c32ae82..4d8eab1f 100644 --- a/src/apps/com.youloft.icloser.ts +++ b/src/apps/com.youloft.icloser.ts @@ -8,23 +8,23 @@ export default defineAppConfig({ key: 0, name: '开屏广告', quickFind: true, - matchLauncher: true, - activityIds: [ - 'com.youloft.icloser.splash.AdSplashActivity', - 'com.youloft.icloser.splash.SplashActivity', - ], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { - matches: [ - 'TextView[text^="跳过"]', - '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - ], + key: 0, + matches: '[text^="跳过"][text.length<=10]', snapshotUrls: [ 'https://i.gkd.li/import/12910405', - 'https://i.gkd.li/import/13072365', 'https://i.gkd.li/import/13175102', ], }, + { + key: 1, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13072365', + }, ], }, {