fix( 斗鱼 ): 播放界面-全屏播放规则优化 (#1232)

Signed-off-by: dlh <du__th@163.com>
Co-authored-by: dlh <du__th@163.com>

close #1162
This commit is contained in:
dlh
2023-10-20 00:24:54 +08:00
committed by GitHub
parent 567308a55b
commit 36a6079fba

View File

@@ -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,