feat(晓晓优选): 开屏广告(优化规则) (#2996)

This commit is contained in:
Kun Jinkao
2023-12-11 19:36:08 +08:00
committed by GitHub
parent 18c60b2f28
commit d538f9e39d

View File

@@ -11,8 +11,18 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', rules: [
snapshotUrls: 'https://i.gkd.li/import/13476862', {
key: 0,
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13476862',
},
{
key: 1,
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13625367',
},
],
}, },
], ],
}); });