From bf5c4ddf3ece3f1af249ca2e15a285e369343a8f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:58:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=A8=E6=B0=91K=E6=AD=8C):=20=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A=20(#2076)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.karaoke.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.tencent.karaoke.ts b/src/apps/com.tencent.karaoke.ts index ec2c2bf7..8dbd81f0 100644 --- a/src/apps/com.tencent.karaoke.ts +++ b/src/apps/com.tencent.karaoke.ts @@ -14,5 +14,18 @@ export default defineAppConfig({ rules: '[text^="跳过"][text.length<10]', snapshotUrls: 'https://i.gkd.li/import/13302490', }, + { + key: 1, + name: '卡片式广告', + rules: [ + { + key: 0, + name: '动态页面-卡片式广告', + activityIds: 'com.tencent.karaoke.module.main.ui.MainTabActivity', + matches: 'RelativeLayout > [text="广告"] + ImageView', + snapshotUrls: 'https://i.gkd.li/import/13334798', + }, + ], + }, ], });