feat(QQ浏览器): 开屏广告(补充规则)

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

View File

@@ -11,11 +11,18 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/i/12472630',
},
{
key: 1,
matches: '@View[clickable=true] +2 * >3 [text="向上滑动查看"]',
snapshotUrls: 'https://i.gkd.li/i/14819586',
},
],
},
{