From 36a6079fba9ea5d3ddb9eb0ebaf6b4d7c36880a8 Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:24:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=20=E6=96=97=E9=B1=BC=20):=20=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E7=95=8C=E9=9D=A2-=E5=85=A8=E5=B1=8F=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#1232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dlh Co-authored-by: dlh close #1162 --- src/apps/air.tv.douyu.android.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/air.tv.douyu.android.ts b/src/apps/air.tv.douyu.android.ts index 15a11af5..bff972af 100644 --- a/src/apps/air.tv.douyu.android.ts +++ b/src/apps/air.tv.douyu.android.ts @@ -49,8 +49,12 @@ export default defineAppConfig({ rules: [ { key: 0, - matches: 'ImageView < ViewGroup + @ViewGroup > ImageView', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825', + matches: + 'ImageView < ViewGroup + @ViewGroup[childCount=1] > ImageView', //添加childCount=1避免【全屏播放-设置】误触 + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12892825', + 'https://gkd-kit.gitee.io/import/13037239', + ], }, { key: 1,