From fc3baa8845e451e366170be2c9619c3fd1642692 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 13 Jul 2024 10:56:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9F=B3=E4=B9=90):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.music.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.heytap.music.ts b/src/apps/com.heytap.music.ts index e79e830f..9e44a8e3 100644 --- a/src/apps/com.heytap.music.ts +++ b/src/apps/com.heytap.music.ts @@ -18,5 +18,18 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.allsaints.ad.sjy.reward.SRewardLoadingActivity', + matches: '@[vid="close"] - [text="看广告免费听 VIP 歌曲"]', + snapshotUrls: 'https://i.gkd.li/i/16200623', + }, + ], + }, ], });