feat(斗鱼): 开屏广告 (#1868)

This commit is contained in:
lisonge
2023-11-05 23:30:10 +08:00
parent aecbcddc6d
commit f72b140e91

View File

@@ -7,17 +7,15 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: [ quickFind: true,
'com.douyu.module.home.pages.main.MainActivity', matchTime: 10000,
'com.douyu.module.ad.launch.HotStartSplashActivity', actionMaximum: 1,
], resetMatch: 'app',
rules: [ rules: [
{ {
matches: matches: '[text^="跳过"][text.length<=10]',
'@TextView[text^=\'跳过\'] + LinearLayout TextView[text*="跳转"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12893916', snapshotUrls: 'https://gkd-kit.gitee.io/import/12893916',
}, },
'[text^="跳过"] + * >2 TextView[text*=\'跳转\']', // 1686970245243, 1686970188866
], ],
}, },
{ {