mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(小度): 开屏广告(补充规则)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user