From f72b140e9168a13b3aae70da5f7addc24d5cfce9 Mon Sep 17 00:00:00 2001 From: lisonge Date: Sun, 5 Nov 2023 23:30:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=97=E9=B1=BC):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1868)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/air.tv.douyu.android.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/apps/air.tv.douyu.android.ts b/src/apps/air.tv.douyu.android.ts index 49d27625..5000307e 100644 --- a/src/apps/air.tv.douyu.android.ts +++ b/src/apps/air.tv.douyu.android.ts @@ -7,17 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: [ - 'com.douyu.module.home.pages.main.MainActivity', - 'com.douyu.module.ad.launch.HotStartSplashActivity', - ], + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { - matches: - '@TextView[text^=\'跳过\'] + LinearLayout TextView[text*="跳转"]', + matches: '[text^="跳过"][text.length<=10]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12893916', }, - '[text^="跳过"] + * >2 TextView[text*=\'跳转\']', // 1686970245243, 1686970188866 ], }, {