mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:43:40 +08:00
feat(全民K歌): 弹窗广告 (#2145)
This commit is contained in:
parent
9483732df9
commit
dafae52343
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user