mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:33:45 +08:00
feat(全民K歌): 卡片式广告 (#2076)
This commit is contained in:
parent
4664fc51df
commit
bf5c4ddf3e
|
@ -14,5 +14,18 @@ export default defineAppConfig({
|
|||
rules: '[text^="跳过"][text.length<10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13302490',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '动态页面-卡片式广告',
|
||||
activityIds: 'com.tencent.karaoke.module.main.ui.MainTabActivity',
|
||||
matches: 'RelativeLayout > [text="广告"] + ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13334798',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user