feat(QQ阅读): 开屏广告(补充规则)

This commit is contained in:
AIsouler
2024-08-17 08:50:04 +08:00
parent b904e0133f
commit e4b3e9cd52

View File

@@ -9,8 +9,9 @@ export default defineGkdApp({
name: '开屏广告',
fastQuery: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
@@ -18,6 +19,12 @@ export default defineGkdApp({
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[text=null] <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/14978239',
},
{
key: 1,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/347b9148-02d8-4806-bafe-3aee9e4094af',
snapshotUrls: 'https://i.gkd.li/i/16642890',
},
],
},
{