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', }, ], });