mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(全民K歌): 弹窗广告 (#2145)
This commit is contained in:
@@ -27,5 +27,20 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '活动弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.tencent.karaoke.module.splash.ui.SplashBaseActivity',
|
||||||
|
matches:
|
||||||
|
'[desc$="霸屏的按钮"] < ViewGroup + ViewGroup[childCount=1] > ViewGroup[childCount=0]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13363281',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user