mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 音乐-全屏广告
This commit is contained in:
@@ -26,9 +26,18 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.allsaints.ad.sjy.reward.SRewardLoadingActivity',
|
||||
matches: '@[vid="close"] - [text="看广告免费听 VIP 歌曲"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16200623',
|
||||
activityIds: [
|
||||
'com.allsaints.ad.sjy.reward.SRewardLoadingActivity',
|
||||
'com.allsaints.music.MainActivity',
|
||||
],
|
||||
matches: [
|
||||
'[vid="btnFreeListening"][visibleToUser=true]',
|
||||
'[vid="close"][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/16200623',
|
||||
'https://i.gkd.li/i/21175600',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user