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

This commit is contained in:
AIsouler
2024-04-18 19:23:09 +08:00
parent 1a26792d9d
commit ab82275387

View File

@@ -11,9 +11,20 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: actionMaximumKey: 0,
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]', rules: [
snapshotUrls: 'https://i.gkd.li/i/14204158', {
key: 0,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/15023951',
},
{
key: 1,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/14204158',
},
],
}, },
], ],
}); });