From ddf72b870cd9e55c2681ce5e5fc2c7219e23cdd5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 20 Mar 2024 22:50:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=97=E9=B1=BC):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/air.tv.douyu.android.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/air.tv.douyu.android.ts b/src/apps/air.tv.douyu.android.ts index cebe6cb0..205e9ef5 100644 --- a/src/apps/air.tv.douyu.android.ts +++ b/src/apps/air.tv.douyu.android.ts @@ -71,6 +71,22 @@ export default defineAppConfig({ 'https://i.gkd.li/i/14310474', // 避免在此页面误触 ], }, + { + key: 6, + matches: + '[id="android:id/content"] > RelativeLayout >4 FrameLayout + ImageView', + snapshotUrls: [ + 'https://i.gkd.li/i/14668232', + 'https://i.gkd.li/i/14668248', + 'https://i.gkd.li/i/14667860', + ], + }, + { + key: 7, + quickFind: true, + matches: '@ImageView[visibleToUser=true] -2 * >3 [text="推荐"]', + snapshotUrls: 'https://i.gkd.li/i/14668232', + }, ], }, ],