From 260b11fddc422b72b987aeaffbc3ad222efee6e8 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:44:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=97=E9=B1=BC):=20=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E9=97=B4=E6=82=AC=E6=B5=AE=E5=B9=BF=E5=91=8A=20(#1028)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1010 --- src/apps/air.tv.douyu.android.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/air.tv.douyu.android.ts b/src/apps/air.tv.douyu.android.ts index 3de4a89e..15a11af5 100644 --- a/src/apps/air.tv.douyu.android.ts +++ b/src/apps/air.tv.douyu.android.ts @@ -42,5 +42,22 @@ export default defineAppConfig({ ], rules: '[text="立即升级"] - [text="忽略"][clickable=true]', }, + { + key: 3, + name: '直播间悬浮广告', + activityIds: 'tv.douyu.view.activity.PlayerActivity', + rules: [ + { + key: 0, + matches: 'ImageView < ViewGroup + @ViewGroup > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825', + }, + { + key: 1, + matches: 'ViewPager + @View + ImageView + View', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825', + }, + ], + }, ], });