feat(魔音MORIN): 弹窗广告(补充规则 (#2835)

This commit is contained in:
Kun Jinkao
2023-12-05 20:42:04 +08:00
committed by GitHub
parent 2dc41e927e
commit 9646780198

View File

@@ -16,6 +16,16 @@ export default defineAppConfig({
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13521556', snapshotUrls: 'https://i.gkd.li/import/13521556',
}, },
{
key: 1,
name: '快手广告',
activityIds: 'com.feiyu.morin.view.main.MainActivity',
matches: [
'ViewGroup[childCount=2] > ImageView + [text="广告"]',
'@ViewGroup > [text="跳过"]',
],
snapshotUrls: 'https://i.gkd.li/import/13546184',
},
], ],
}, },
{ {