feat(牛客): 开屏广告(补充规则)

This commit is contained in:
AIsouler
2024-04-01 13:33:38 +08:00
parent 25812613f6
commit 94fab45f79

View File

@@ -7,17 +7,23 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
quickFind: true,
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionMaximumKey: 0,
rules: [ rules: [
{ {
key: 0, key: 0,
quickFind: true,
matches: matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]', 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/13855443', snapshotUrls: 'https://i.gkd.li/i/13855443',
}, },
{
key: 1,
matches: '[text="跳过"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/14819443',
},
], ],
}, },
], ],