feat(探探): 开屏广告(优化规则) (#2051)

This commit is contained in:
Kun Jinkao
2023-11-13 01:29:18 +08:00
committed by GitHub
parent e33e19a352
commit 9b8a4bbaae

View File

@@ -7,9 +7,15 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.p1.mobile.putong.account.ui.welcome.SplashAct', quickFind: true,
rules: '@LinearLayout > TextView[text="跳过"]', matchTime: 10000,
snapshotUrls: 'https://i.gkd.li/import/12866488', actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/12866488',
'https://i.gkd.li/import/13324185',
],
}, },
], ],
}); });