From 129dcbf87828e4039b9e94eb8a6527aac617a34d Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:43:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=85=A8=E6=B0=91K=E6=AD=8C):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1974)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1962 --- src/apps/com.tencent.karaoke.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.karaoke.ts b/src/apps/com.tencent.karaoke.ts index edb892e0..ec2c2bf7 100644 --- a/src/apps/com.tencent.karaoke.ts +++ b/src/apps/com.tencent.karaoke.ts @@ -7,8 +7,12 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.tencent.karaoke.module.splash.ui.SplashAdDialog', - rules: '[text*=`跳过`][id!=null]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text^="跳过"][text.length<10]', + snapshotUrls: 'https://i.gkd.li/import/13302490', }, ], });