mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
perf(汽水音乐): 全屏广告-VIP弹窗、功能类-看视频免费听弹窗 (#652)
This commit is contained in:
@@ -59,11 +59,11 @@ export default defineGkdApp({
|
||||
key: 0,
|
||||
name: '底部半屏弹窗',
|
||||
action: 'back', // 使用点击方式有概率无效
|
||||
excludeMatches:
|
||||
'FlattenUIText[text="立得全天畅听" || text="立即解锁 今日畅听"][visibleToUser=true]',
|
||||
matches:
|
||||
'FlattenUIText[text="开会员听整月" || text="购买汽水会员" || text*="免费听"][visibleToUser=true]',
|
||||
exampleUrls: [
|
||||
'https://e.gkd.li/43099439-a0ab-4da0-a686-5c960df92607',
|
||||
],
|
||||
exampleUrls: 'https://e.gkd.li/43099439-a0ab-4da0-a686-5c960df92607',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13533795',
|
||||
'https://i.gkd.li/i/13660652',
|
||||
@@ -74,7 +74,11 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/17580823',
|
||||
'https://i.gkd.li/i/18183749',
|
||||
],
|
||||
excludeSnapshotUrls: 'https://i.gkd.li/i/13613296',
|
||||
excludeSnapshotUrls: [
|
||||
'https://i.gkd.li/i/13613296',
|
||||
'https://i.gkd.li/i/14237527',
|
||||
'https://i.gkd.li/i/18242457',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
@@ -155,13 +159,20 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 9,
|
||||
name: '功能类-看视频免费听弹窗',
|
||||
desc: '点击[立得全天畅听]',
|
||||
desc: '点击[立得全天畅听/立即解锁 今日畅听]',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.luna.biz.main.main.MainActivity',
|
||||
matches: 'FlattenUIText[text="立得全天畅听"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14237527',
|
||||
activityIds: [
|
||||
'com.luna.biz.main.main.MainActivity',
|
||||
'com.luna.biz.ad.view.container.AdActivity',
|
||||
],
|
||||
matches:
|
||||
'FlattenUIText[text="立得全天畅听" || text="立即解锁 今日畅听"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14237527',
|
||||
'https://i.gkd.li/i/18242457',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user