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

This commit is contained in:
aisouler
2024-02-22 12:07:05 +08:00
parent f64a9cb37e
commit 2e503abb98

View File

@@ -10,9 +10,25 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
snapshotUrls: 'https://i.gkd.li/import/14204175',
rules: [
{
key: 0,
quickFind: true,
matches: '[text*="跳过"][text.length<10][clickable=true]',
exampleUrls:
'https://m.gkd.li/57941037/017edf59-e705-4f92-9726-af7fec5aaf41',
snapshotUrls: 'https://i.gkd.li/i/14368528',
},
{
key: 1,
actionCdKey: 0,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
exampleUrls:
'https://m.gkd.li/57941037/7d338956-f006-4775-a418-2ae6dc21ef9a',
snapshotUrls: 'https://i.gkd.li/i/14204175',
},
],
},
],
});