feat(全民K歌): 弹窗广告 (#2145)

This commit is contained in:
Kun Jinkao 2023-11-16 21:33:01 +08:00 committed by GitHub
parent 9483732df9
commit dafae52343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
},
],
});