From 46edeaaa86413ddb7d9cdf98ba0280dc13de3eea Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:09:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E4=BD=93=E8=82=B2):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2519 --- src/apps/com.tencent.qqsports.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/com.tencent.qqsports.ts b/src/apps/com.tencent.qqsports.ts index b5db0d6b..beb7996d 100644 --- a/src/apps/com.tencent.qqsports.ts +++ b/src/apps/com.tencent.qqsports.ts @@ -8,9 +8,10 @@ export default defineAppConfig({ key: 0, name: '开屏广告', quickFind: true, - activityIds: 'com.tencent.qqsports.ui.SplashActivity', - rules: - '[id="com.tencent.qqsports:id/splash_activity_ad"] >5 [text="跳过"]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/12845494', }, ],